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 | ???逝 | 0011111100111111001111111001000011000000 | 3f3f3f90c0 |
| EUC-JP | ???逝 | 0011111100111111001111111100000011000010 | 3f3f3fc0c2 |
| UTF-8 | 렱롈솅逝 | 111010111010000010110001111010111010000110001000111011001000011010000101111010011000000010011101 | eba0b1eba188ec8685e9809d |
| UHC | 렱롈솅逝 | 1000111010111110100011101100111010111100110100011110000010100110 | 8ebe8ecebcd1e0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)