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 | 爾?爾?^ | 10001110101000100011111110001110101000100011111101011110 | 8ea23f8ea23f5e |
EUC-JP | 爾?爾?^ | 10111100101001000011111110111100101001000011111101011110 | bca43fbca43f5e |
UTF-8 | 爾렕爾렕^ | 11100111100010001011111011101011101000001001010111100111100010001011111011101011101000001001010101011110 | e788beeba095e788beeba0955e |
UHC | 爾렕爾렕^ | 111011001011001110001110101010101110110010110011100011101010101001011110 | ecb38eaaecb38eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)