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 | ??擁?? | 001111110011111110010111011010010011111100111111 | 3f3f97693f3f |
| EUC-JP | ??擁?? | 001111110011111111001101110010100011111100111111 | 3f3fcdca3f3f |
| UTF-8 | 롖롇擁롉롇 | 111010111010000110010110111010111010000110000111111001101001001110000001111010111010000110001001111010111010000110000111 | eba196eba187e69381eba189eba187 |
| UHC | 롖롇擁롉롇 | 10001110110110101000111011001101111010001011011010001110110011111000111011001101 | 8eda8ecde8b68ecf8ecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)