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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 愼?珥?B | 10011100110001000011111111100000111000000011111101000010 | 9cc43fe0e03f42 |
EUC-JP | 愼?珥?B | 11011000110001100011111111100000111000100011111101000010 | d8c63fe0e23f42 |
UTF-8 | 愼렦珥렮B | 11100110100001001011110011101011101000001010011011100111100011111010010111101011101000001010111001000010 | e684bceba0a6e78fa5eba0ae42 |
UHC | 愼렦珥렮B | 111000111110010110001110101101011110110010110100100011101011101101000010 | e3e58eb5ecb48ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)