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 | Zo | 100100100101101001101111 | 925a6f |
SJIS-WIN | ?Zo | 001111110101101001101111 | 3f5a6f |
EUC-JP | ?Zo | 001111110101101001101111 | 3f5a6f |
UTF-8 | Zo | 11000010100100100101101001101111 | c2925a6f |
UHC | ?Zo | 001111110101101001101111 | 3f5a6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)