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 | AX | 100100100100000101011000 | 924158 |
SJIS-WIN | ?AX | 001111110100000101011000 | 3f4158 |
EUC-JP | ?AX | 001111110100000101011000 | 3f4158 |
UTF-8 | AX | 11000010100100100100000101011000 | c2924158 |
UHC | ?AX | 001111110100000101011000 | 3f4158 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)