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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 典?犢愈 | 10010011010101000011111111100000101101111001011011111010 | 93543fe0b796fa |
| EUC-JP | 典?犢愈 | 11000101101101010011111111100000101110011100110011111100 | c5b53fe0b9ccfc |
| UTF-8 | 典펨犢愈 | 111001011000010110111000111011011000111010101000111001111000101010100010111001101000010010001000 | e585b8ed8ea8e78aa2e68488 |
| UHC | 典펨犢愈 | 1110111011110000110001101110100011010100101110111110101011101111 | eef0c6e8d4bbeaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)