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 | D£¨W | 10010010010001001001000110100011100100011010100001010111 | 924491a391a857 |
| SJIS-WIN | ?D?£?¨W | 001111110100010000111111100000011001001000111111100000010100111001010111 | 3f443f81923f814e57 |
| EUC-JP | ?D?£?¨W | 001111110100010000111111101000011111001000111111101000011010111101010111 | 3f443fa1f23fa1af57 |
| UTF-8 | D£¨W | 110000101001001001000100110000101001000111000010101000111100001010010001110000101010100001010111 | c29244c291c2a3c291c2a857 |
| UHC | ?D???¨W | 0011111101000100001111110011111100111111101000011010011101010111 | 3f443f3f3fa1a757 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)