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 | ??拗??? | 00111111001111111001110101011000001111110011111100111111 | 3f3f9d583f3f3f |
| EUC-JP | ??拗??? | 00111111001111111101100110111001001111110011111100111111 | 3f3fd9b93f3f3f |
| UTF-8 | 셈셥拗렯롁吏 | 111011001000010110001000111011001000010110100101111001101000101110010111111010111010000010101111111010111010000110000001111011111010011110011110 | ec8588ec85a5e68b97eba0afeba181efa79e |
| UHC | 셈셥拗렯롁吏 | 101111001100000010111100110010101110100011110011100011101011110010001110110010001110110010100111 | bcc0bccae8f38ebc8ec8eca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)