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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 寥?窪?? | 10011011100011000011111110001100010001010011111100111111 | 9b8c3f8c453f3f |
EUC-JP | 寥?窪?? | 11010101111011000011111110110111101001100011111100111111 | d5ec3fb7a63f3f |
UTF-8 | 寥렡窪렞吏 | 111001011010111110100101111010111010000010100001111001111010101010101010111010111010000010011110111011111010011110011110 | e5afa5eba0a1e7aaaaeba09eefa79e |
UHC | 寥렡窪렞吏 | 11101000111011111000111010110010111010001100000110001110101011111110110010100111 | e8ef8eb2e8c18eafeca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)