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 | ????笑晳 | 0011111100111111001111110011111110001111110011101111101011011001 | 3f3f3f3f8fcefad9 |
| EUC-JP | ????笑晳 | 001111110011111100111111001111111011111011010000100011111100001011000100 | 3f3f3f3fbed08fc2c4 |
| UTF-8 | 읯憐읩稶笑晳 | 111011001001110110101111111011111010011010001111111011001001110110101001111001111010100010110110111001111010110010010001111001101001100110110011 | ec9dafefa68fec9da9e7a8b6e7ac91e699b3 |
| UHC | 읯憐읩稶笑晳 | 100111111101010111100110110001101001111111010000111010011111001111100001110001011110000010101111 | 9fd5e6c69fd0e9f3e1c5e0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)