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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 韋募枚 | 111010001110100010010101111001011001011010000111 | e8e895e59687 |
EUC-JP | 韋募枚 | 111100001110101011001010111001111100101111100111 | f0eacae7cbe7 |
UTF-8 | 韋募枚 | 111010011001111110001011111001011000101110011111111001101001111010011010 | e99f8be58b9fe69e9a |
UHC | 韋募枚 | 111010101101111111011001101101001101100011011101 | eadfd9b4d8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)