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 | 1000111111010111111101111111101101001000 | 8fd7f7fb48 |
EUC-JP | 訟?H | 10111110110110010011111101001000 | bed93f48 |
UTF-8 | 訟H | 11101000101010001001111111101110100101111001111001001000 | e8a89fee979e48 |
UHC | 訟?H | 11100001111010000011111101001000 | e1e83f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)