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 | 夭訥莉 | 100110101110111011100110011000111110010010111011 | 9aeee663e4bb |
EUC-JP | 夭訥莉 | 110101001111000011101011110001001110100010111101 | d4f0ebc4e8bd |
UTF-8 | 夭訥莉 | 111001011010010010101101111010001010100010100101111010001000111010001001 | e5a4ade8a8a5e88e89 |
UHC | 夭訥莉 | 111010001110110011010010111011011101011111101001 | e8ecd2edd7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)