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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 題絅?頭?題 | 10010001111010001110001101000100001111111001001110101010001111111001000111101000 | 91e8e3443f93aa3f91e8 |
EUC-JP | 題絅?頭?題 | 11000010111010101110010110100101001111111100011010101100001111111100001011101010 | c2eae5a53fc6ac3fc2ea |
UTF-8 | 題絅렜頭痢題 | 111010011010000110001100111001111011010110000101111010111010000010011100111010011010000010101101111011111010011110100101111010011010000110001100 | e9a18ce7b585eba09ce9a0adefa7a5e9a18c |
UHC | 題絅렜頭痢題 | 111100001011100111001100111001111000111010101110110101001110100111101100101110001111000010111001 | f0b9cce78eaed4e9ecb8f0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)