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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 證?~ | 11100110100110100011111101111110 | e69a3f7e |
EUC-JP | 證?~ | 11101011111110100011111101111110 | ebfa3f7e |
UTF-8 | 證렓~ | 11101000101011011000100111101011101000001001001101111110 | e8ad89eba0937e |
UHC | 證렓~ | 1111000111111011100011101010100001111110 | f1fb8ea87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)