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 | 11111010101101011011010001001000 | fab5b448 |
EUC-JP | 嶹エH | 100011111011101111110101100011101011010001001000 | 8fbbf58eb448 |
UTF-8 | 嶹エH | 11100101101101101011100111101111101111011011010001001000 | e5b6b9efbdb448 |
UHC | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)