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 | ????忽班 | 0011111100111111001111110011111110001101100110101001010011000111 | 3f3f3f3f8d9a94c7 |
| EUC-JP | ????忽班 | 0011111100111111001111110011111110111001111110101100100011001001 | 3f3f3f3fb9fac8c9 |
| UTF-8 | 렢롗롊뤑忽班 | 111010111010000010100010111010111010000110010111111010111010000110001010111010111010010010010001111001011011111110111101111001111000111110101101 | eba0a2eba197eba18aeba491e5bfbde78fad |
| UHC | 렢롗롊뤑忽班 | 100011101011001110001110110110111000111011010000100011111100000111111011111011001101101011101100 | 8eb38edb8ed08fc1fbecdaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)