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 | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | 秩?A彫 | 100100101000000100111111010000011001001010100100 | 92813f4192a4 |
EUC-JP | 秩?A彫 | 110000111110000100111111010000011100010010100110 | c3e13f41c4a6 |
UTF-8 | 秩섐A彫 | 11100111101001111010100111101100100001001001000001000001111001011011110110101011 | e7a7a9ec849041e5bdab |
UHC | 秩섐A彫 | 11110010111100011011110010101011010000011111000011000001 | f2f1bcab41f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)