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 | 0011111101001000 | 3f48 |
SJIS-WIN | 溜H | 100101111010110101001000 | 97ad48 |
EUC-JP | 溜H | 110011101010111101001000 | ceaf48 |
UTF-8 | 溜H | 11100110101110101001110001001000 | e6ba9c48 |
UHC | 溜H | 110101111011011001001000 | d7b648 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)