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 | 肄吾 | 11100011111001011000110011100001 | e3e58ce1 |
EUC-JP | 肄吾 | 11100110111001111011100011100011 | e6e7b8e3 |
UTF-8 | 肄吾 | 111010001000001010000100111001011001000010111110 | e88284e590be |
UHC | 肄吾 | 11101100101111011110011111101110 | ecbde7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)