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 | ???G? | 0011111100111111001111110100011100111111 | 3f3f3f473f |
SJIS-WIN | 娃??G塢 | 10001000101000010011111100111111010001111001101011000111 | 88a13f3f479ac7 |
EUC-JP | 娃??G塢 | 10110000101000110011111100111111010001111101010011001001 | b0a33f3f47d4c9 |
UTF-8 | 娃띰쉴G塢 | 11100101101010001000001111101011100111011011000011101100100010011011010001000111111001011010000110100010 | e5a883eb9db0ec89b447e5a1a2 |
UHC | 娃띰쉴G塢 | 111010001101111110110110111011111011110110101111010001111110011111110001 | e8dfb6efbdaf47e7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)