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 | 鬘区坩蟆顛 | 11101001101000011000101111100110100110101010111011100101101100001001001101011110 | e9a18be69aaee5b0935e |
EUC-JP | 鬘区坩蟆顛 | 11110010101000111011011011101000110101001011000011101010101100101100010110111111 | f2a3b6e8d4b0eab2c5bf |
UTF-8 | 鬘区坩蟆顛 | 111010011010110010011000111001011000110010111010111001011001110110101001111010001001111110000110111010011010000110011011 | e9ac98e58cbae59da9e89f86e9a19b |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)