To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 禹裟? | 1110001001011010100011011011111000111111 | e25a8dbe3f |
EUC-JP | 禹裟? | 1110001110111011101110101100000000111111 | e3bbbac03f |
UTF-8 | 禹裟ㄴ | 111001111010011010111001111010001010001110011111111000111000010010110100 | e7a6b9e8a39fe384b4 |
UHC | 禹裟ㄴ | 111010011110000011011110111100001010010010100100 | e9e0def0a4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)