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 | 駭域堯 | 111010010110111010001000111001101110101010011111 | e96e88e6ea9f |
EUC-JP | 駭域堯 | 111100011100111110110000111010001111010010100001 | f1cfb0e8f4a1 |
UTF-8 | 駭域堯 | 111010011010011110101101111001011001111110011111111001011010000010101111 | e9a7ade59f9fe5a0af |
UHC | 駭域堯 | 111110101011010011100110101101001110100011101011 | fab4e6b4e8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)