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 | ??虎?? | 001111110011111110001100110101010011111100111111 | 3f3f8cd53f3f |
| EUC-JP | ??虎?? | 001111110011111110111000110101110011111100111111 | 3f3fb8d73f3f |
| UTF-8 | 렟롅虎렋렭 | 111010111010000010011111111010111010000110000101111010001001100110001110111010111010000010001011111010111010000010101101 | eba09feba185e8998eeba08beba0ad |
| UHC | 렟롅虎렋렭 | 10001110101100001000111011001011111110111101101110001110101000101000111010111010 | 8eb08ecbfbdb8ea28eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)