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 | 顫門廠 | 111010001111101010010110111001011000111110110001 | e8fa96e58fb1 |
EUC-JP | 顫門廠 | 111100001111110011001100111001111011111010110011 | f0fccce7beb3 |
UTF-8 | 顫門廠 | 111010011010000110101011111010011001011010000000111001011011101110100000 | e9a1abe99680e5bba0 |
UHC | 顫門廠 | 111011111011010111011010101001101111001111011111 | efb5daa6f3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)