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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 如h如 | 1001010001000000011010001001010001000000 | 9440689440 |
EUC-JP | 如h如 | 1100011110100001011010001100011110100001 | c7a168c7a1 |
UTF-8 | 如h如 | 11100101101001101000001001101000111001011010011010000010 | e5a68268e5a682 |
UHC | 如h如 | 1110010111111101011010001110010111111101 | e5fd68e5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)