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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 禪邃 | 11100010010101111110001010000100 | e257e284 |
EUC-JP | 禪邃 | 11100011101110001110001111100100 | e3b8e3e4 |
UTF-8 | 禪邃 | 111001111010011010101010111010011000001010000011 | e7a6aae98283 |
UHC | 禪邃 | 11100000110010011110001011000101 | e0c9e2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)