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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | 蔣?h蔣? | 100011111101100110110110001111110110100010001111110110011011011000111111 | 8fd9b63f688fd9b63f |
UTF-8 | 蔣렣h蔣렣 | 11101000100101001010001111101011101000001010001101101000111010001001010010100011111010111010000010100011 | e894a3eba0a368e894a3eba0a3 |
UHC | 蔣렣h蔣렣 | 111011011111100010001110101101000110100011101101111110001000111010110100 | edf88eb468edf88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)