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 | ??擁? | 0011111100111111100101110110100100111111 | 3f3f97693f |
| EUC-JP | ??擁? | 0011111100111111110011011100101000111111 | 3f3fcdca3f |
| UTF-8 | 롖롇擁롉 | 111010111010000110010110111010111010000110000111111001101001001110000001111010111010000110001001 | eba196eba187e69381eba189 |
| UHC | 롖롇擁롉 | 1000111011011010100011101100110111101000101101101000111011001111 | 8eda8ecde8b68ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)