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 | ÷¬L÷¬LB | 11110111101011000100110011110111101011000100110001000010 | f7ac4cf7ac4c42 |
| SJIS-WIN | ÷¬L÷¬LB | 1000000110000000100000011100101001001100100000011000000010000001110010100100110001000010 | 818081ca4c818081ca4c42 |
| EUC-JP | ÷¬L÷¬LB | 1010000111100000101000101100110001001100101000011110000010100010110011000100110001000010 | a1e0a2cc4ca1e0a2cc4c42 |
| UTF-8 | ÷¬L÷¬LB | 1100001110110111110000101010110001001100110000111011011111000010101011000100110001000010 | c3b7c2ac4cc3b7c2ac4c42 |
| UHC | ÷?L÷?LB | 101000011100000000111111010011001010000111000000001111110100110001000010 | a1c03f4ca1c03f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)