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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 彦??彦??^ | 100101010100011000111111001111111001010101000110001111110011111101011110 | 95463f3f95463f3f5e |
EUC-JP | 彦??彦??^ | 110010011010011100111111001111111100100110100111001111110011111101011110 | c9a73f3fc9a73f3f5e |
UTF-8 | 彦용뒆彦용뒆^ | 11100101101111011010011011101100100110101010100111101011100100101000011011100101101111011010011011101100100110101010100111101011100100101000011001011110 | e5bda6ec9aa9eb9286e5bda6ec9aa9eb92865e |
UHC | 彦용뒆彦용뒆^ | 11100101111010011011111111101011100010101000010011100101111010011011111111101011100010101000010001011110 | e5e9bfeb8a84e5e9bfeb8a845e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)