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 | ??存ギ? | 00111111001111111001000110110110100000110100110100111111 | 3f3f91b6834d3f |
| EUC-JP | ??存ギ? | 00111111001111111100001010111000101001011010111000111111 | 3f3fc2b8a5ae3f |
| UTF-8 | 룵에存ギ룵 | 111010111010001110110101111011001001011110010000111001011010110110011000111000111000001010101110111010111010001110110101 | eba3b5ec9790e5ad98e382aeeba3b5 |
| UHC | 룵에存ギ룵 | 10001111101010101011111110100001111100001110110110101011101011101000111110101010 | 8faabfa1f0edabae8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)