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 | 11100110100110100011111101000010 | e69a3f42 |
EUC-JP | 證?B | 11101011111110100011111101000010 | ebfa3f42 |
UTF-8 | 證렔B | 11101000101011011000100111101011101000001001010001000010 | e8ad89eba09442 |
UHC | 證렔B | 1111000111111011100011101010100101000010 | f1fb8ea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)