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 | ?B | 0011111101000010 | 3f42 |
SJIS-WIN | 隣B | 100101111101011101000010 | 97d742 |
EUC-JP | 隣B | 110011101101100101000010 | ced942 |
UTF-8 | 隣B | 11101001100110101010001101000010 | e99aa342 |
UHC | 隣B | 110101111111011001000010 | d7f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)