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 | 辷セ蠑冗粟 | 111001111000100010111110111001011011110010001111111001111000100010111110 | e788bee5bc8fe788be |
EUC-JP | 辷セ蠑冗粟 | 11101101111010001000111010111110111010101011111010111110111010011011000011000000 | ede88ebeeabebee9b0c0 |
UTF-8 | 辷セ蠑冗粟 | 111010001011111010110111111011111011110110111110111010001010000010010001111001011000011010010111111001111011001010011111 | e8beb7efbdbee8a091e58697e7b29f |
UHC | ???冗粟 | 00111111001111110011111111101001101101111110000111011000 | 3f3f3fe9b7e1d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)