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 | 100100011010110101001000 | 91ad48 |
EUC-JP | 俗H | 110000101010111101001000 | c2af48 |
UTF-8 | 俗H | 11100100101111111001011101001000 | e4bf9748 |
UHC | 俗H | 111000011101010001001000 | e1d448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)