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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 樗?遠?帝 | 1001001010010100001111111000100110010011001111111001001011101001 | 92943f89933f92e9 |
| EUC-JP | 樗?遠?帝 | 1100001111110100001111111011000111110011001111111100010011101011 | c3f43fb1f33fc4eb |
| UTF-8 | 樗렞遠렊帝 | 111001101010100010010111111010111010000010011110111010011000000110100000111010111010000010001010111001011011100010011101 | e6a897eba09ee981a0eba08ae5b89d |
| UHC | 樗렞遠렊帝 | 11101110110000001000111010101111111010101100000010001110101000011111000010101000 | eec08eafeac08ea1f0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)