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 | 111001011000011101000010 | e58742 |
EUC-JP | 蜃B | 111010011110011101000010 | e9e742 |
UTF-8 | 蜃B | 11101000100111001000001101000010 | e89c8342 |
UHC | 蜃B | 111000111111000101000010 | e3f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)