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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 烏?B | 10001001010001110011111101000010 | 89473f42 |
EUC-JP | 烏?B | 10110001101010000011111101000010 | b1a83f42 |
UTF-8 | 烏톑B | 11100111100000111000111111101101100001101001000101000010 | e7838fed869142 |
UHC | 烏톑B | 1110100010100001101101110110011101000010 | e8a1b76742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)