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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 謝廠 | 10001110110100111000111110110001 | 8ed38fb1 |
EUC-JP | 謝廠 | 10111100110101011011111010110011 | bcd5beb3 |
UTF-8 | 謝廠 | 111010001010110010011101111001011011101110100000 | e8ac9de5bba0 |
UHC | 謝廠 | 11011110111100111111001111011111 | def3f3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)