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 | 瓠?瓠?^ | 11100001010000000011111111100001010000000011111101011110 | e1403fe1403f5e |
EUC-JP | 瓠?瓠?^ | 11100001101000010011111111100001101000010011111101011110 | e1a13fe1a13f5e |
UTF-8 | 瓠렡瓠렡^ | 11100111100100111010000011101011101000001010000111100111100100111010000011101011101000001010000101011110 | e793a0eba0a1e793a0eba0a15e |
UHC | 瓠렡瓠렡^ | 111110111101001010001110101100101111101111010010100011101011001001011110 | fbd28eb2fbd28eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)