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 | 螢墓ゥ区」 | 1110010110100011100101011110011010101001100010111110011010100011 | e5a395e6a98be6a3 |
EUC-JP | 螢墓ゥ区」 | 11101010101001011100101011101000100011101010100110110110111010001000111010100011 | eaa5cae88ea9b6e88ea3 |
UTF-8 | 螢墓ゥ区」 | 111010001001111010100010111001011010001010010011111011111011110110101001111001011000110010111010111011111011110110100011 | e89ea2e5a293efbda9e58cbaefbda3 |
UHC | 螢墓??? | 11111011101010111101100111010111001111110011111100111111 | fbabd9d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)