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 | 螢ケ隍灘恂 | 111001011010001110111001111010001010010010010011111001011001110010010110 | e5a3b9e8a493e59c96 |
EUC-JP | 螢ケ隍灘恂 | 11101010101001011000111010111001111100001010011011000110111001111101011111110110 | eaa58eb9f0a6c6e7d7f6 |
UTF-8 | 螢ケ隍灘恂 | 111010001001111010100010111011111011110110111001111010011001101010001101111001111000000110011000111001101000000110000010 | e89ea2efbdb9e99a8de78198e68182 |
UHC | 螢?隍灘恂 | 111110111010101100111111111111001101101111110111101010001110001011100001 | fbab3ffcdbf7a8e2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)