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 | 蠍錥 | 111001011011011011110010101101111111101111010111 | e5b6f2b7fbd7 |
EUC-JP | 蠍?錥 | 111010101011100000111111100011111110010011100000 | eab83f8fe4e0 |
UTF-8 | 蠍錥 | 111010001010000010001101111011101000011110101110111010011000110010100101 | e8a08dee87aee98ca5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)