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 | 彦??彦? | 10010101010001100011111100111111100101010100011000111111 | 95463f3f95463f |
EUC-JP | 彦??彦? | 11001001101001110011111100111111110010011010011100111111 | c9a73f3fc9a73f |
UTF-8 | 彦뚪쇁彦뚨 | 111001011011110110100110111010111001101010101010111011001000011110000001111001011011110110100110111010111001101010101000 | e5bda6eb9aaaec8781e5bda6eb9aa8 |
UHC | 彦뚪쇁彦뚨 | 11100101111010011000110011101001100110011011010111100101111010011000110011100111 | e5e98ce999b5e5e98ce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)