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 | 在?章 | 1000110111011101001111111000111111001101 | 8ddd3f8fcd |
EUC-JP | 在?章 | 1011101011011111001111111011111011001111 | badf3fbecf |
UTF-8 | 在렯章 | 111001011001110010101000111010111010000010101111111001111010101110100000 | e59ca8eba0afe7aba0 |
UHC | 在렯章 | 111011101010010010001110101111001110110111110001 | eea48ebcedf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)