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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ??j??懶 | 0011111100111111100000101000101000111111001111111001110011101111 | 3f3f828a3f3f9cef |
| EUC-JP | ?焰j??懶 | 00111111100011111100100111101111101000111110101000111111001111111101100011110001 | 3f8fc9efa3ea3f3fd8f1 |
| UTF-8 | 뤚焰j뤸見懶 | 111010111010010010011010111001111000010010110000111011111011110110001010111010111010010010111000111011111010100010001010111001101000011110110110 | eba49ae784b0efbd8aeba4b8efa88ae687b6 |
| UHC | 뤚焰j뤸見懶 | 100011111100100111100110111110111010001111101010100011111110011011111010111001101101010011111011 | 8fc9e6fba3ea8fe6fae6d4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)