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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 證?x | 11100110100110100011111101111000 | e69a3f78 |
EUC-JP | 證?x | 11101011111110100011111101111000 | ebfa3f78 |
UTF-8 | 證렓x | 11101000101011011000100111101011101000001001001101111000 | e8ad89eba09378 |
UHC | 證렓x | 1111000111111011100011101010100001111000 | f1fb8ea878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)