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 | ?] | 0011111101011101 | 3f5d |
SJIS-WIN | 焙] | 111000001000010001011101 | e0845d |
EUC-JP | 焙] | 110111111110010001011101 | dfe45d |
UTF-8 | 焙] | 11100111100001001001100101011101 | e784995d |
UHC | 焙] | 110110111100110001011101 | dbcc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)