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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
| SJIS-WIN | ?待}?待{^ | 001111111001000111010010011111010011111110010001110100100111101101011110 | 3f91d27d3f91d27b5e |
| EUC-JP | ?待}?待{^ | 001111111100001011010100011111010011111111000010110101000111101101011110 | 3fc2d47d3fc2d47b5e |
| UTF-8 | 쉈待}쉈待{^ | 111011001000100110001000111001011011111010000101011111011110110010001001100010001110010110111110100001010111101101011110 | ec8988e5be857dec8988e5be857b5e |
| UHC | 쉈待}쉈待{^ | 1011110110100101110100111110001001111101101111011010010111010011111000100111101101011110 | bda5d3e27dbda5d3e27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)