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 | ??意俎 | 001111110011111110001000110100111001100011010111 | 3f3f88d398d7 |
| EUC-JP | ??意俎 | 001111110011111110110000110101011101000011011001 | 3f3fb0d5d0d9 |
| UTF-8 | 렻쭙意俎 | 111010111010000010111011111011001010110110011001111001101000010010001111111001001011111110001110 | eba0bbecad99e6848fe4bf8e |
| UHC | 렻쭙意俎 | 1000111011000011110000101110001111101011111100101111000010111011 | 8ec3c2e3ebf2f0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)