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 | DP | 100100100100010001010000 | 924450 |
SJIS-WIN | ?DP | 001111110100010001010000 | 3f4450 |
EUC-JP | ?DP | 001111110100010001010000 | 3f4450 |
UTF-8 | DP | 11000010100100100100010001010000 | c2924450 |
UHC | ?DP | 001111110100010001010000 | 3f4450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)