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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 彦?彦?^ | 10010101010001100011111110010101010001100011111101011110 | 95463f95463f5e |
EUC-JP | 彦?彦?^ | 11001001101001110011111111001001101001110011111101011110 | c9a73fc9a73f5e |
UTF-8 | 彦쏡彦쏡^ | 11100101101111011010011011101100100011111010000111100101101111011010011011101100100011111010000101011110 | e5bda6ec8fa1e5bda6ec8fa15e |
UHC | 彦쏡彦쏡^ | 111001011110100110011100010001001110010111101001100111000100010001011110 | e5e99c44e5e99c445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)