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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | ?讖H | 00111111111001101010100101001000 | 3fe6a948 |
EUC-JP | 嶴讖H | 100011111011101111110011111011001010101101001000 | 8fbbf3ecab48 |
UTF-8 | 嶴讖H | 11100101101101101011010011101000101011101001011001001000 | e5b6b4e8ae9648 |
UHC | ?讖H | 00111111111100111101100101001000 | 3ff3d948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)