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 | 跌守廠 | 111001101110100110001110111001111000111110110001 | e6e98ee78fb1 |
EUC-JP | 跌守廠 | 111011001110101110111100111010011011111010110011 | ecebbce9beb3 |
UTF-8 | 跌守廠 | 111010001011011110001100111001011010111010001000111001011011101110100000 | e8b78ce5ae88e5bba0 |
UHC | 跌守廠 | 111100101111011011100001111110101111001111011111 | f2f6e1faf3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)