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 | 顫大廠 | 111010001111101010010001111001011000111110110001 | e8fa91e58fb1 |
EUC-JP | 顫大廠 | 111100001111110011000010111001111011111010110011 | f0fcc2e7beb3 |
UTF-8 | 顫大廠 | 111010011010000110101011111001011010010010100111111001011011101110100000 | e9a1abe5a4a7e5bba0 |
UHC | 顫大廠 | 111011111011010111010011110111101111001111011111 | efb5d3def3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)