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 | 韋帛枚 | 111010001110100010011011111001011001011010000111 | e8e89be59687 |
EUC-JP | 韋帛枚 | 111100001110101011010110111001111100101111100111 | f0ead6e7cbe7 |
UTF-8 | 韋帛枚 | 111010011001111110001011111001011011100010011011111001101001111010011010 | e99f8be5b89be69e9a |
UHC | 韋帛枚 | 111010101101111111011011110110011101100011011101 | eadfdbd9d8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)