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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 鸚??茵?h | 1110101001011111001111110011111111100100100111110011111101101000 | ea5f3f3fe49f3f68 |
EUC-JP | 鸚??茵?h | 1111001111000000001111110011111111101000101000010011111101101000 | f3c03f3fe8a13f68 |
UTF-8 | 鸚쒓퍓茵낤h | 11101001101110001001101011101100100100101001001111101101100011011001001111101000100011001011010111101011100000101010010001101000 | e9b89aec9293ed8d93e88cb5eb82a468 |
UHC | 鸚쒓퍓茵낤h | 1110010110100100100111001110101010111011100010101110110011100000100001011111111001101000 | e5a49ceabb8aece085fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)