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 | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 嶸橲圸H | 11111010101101001001111011101101100110101010100101001000 | fab49eed9aa948 |
EUC-JP | 嶸橲圸H | 1000111110111011111101001101110011101111110101001010101101001000 | 8fbbf4dcefd4ab48 |
UTF-8 | 嶸橲圸H | 11100101101101101011100011100110101010011011001011100101100111001011100001001000 | e5b6b8e6a9b2e59cb848 |
UHC | 嶸??H | 1110011110101110001111110011111101001000 | e7ae3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)