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 | 螢墓 | 11100101101000111001010111100110 | e5a395e6 |
EUC-JP | 螢墓 | 11101010101001011100101011101000 | eaa5cae8 |
UTF-8 | 螢墓 | 111010001001111010100010111001011010001010010011 | e89ea2e5a293 |
UHC | 螢墓 | 11111011101010111101100111010111 | fbabd9d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)