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 | 1000000110000011100000010100110101001000 | 8183814d48 |
EUC-JP | <`H | 1010000111100011101000011010111001001000 | a1e3a1ae48 |
UTF-8 | <`H | 11101111101111001001110011101111101111011000000001001000 | efbc9cefbd8048 |
UHC | <`H | 1010001110111100101000111110000001001000 | a3bca3e048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)