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 | 絶??節?Д | 100100001110001000111111001111111001000011011111001111111000010001000100 | 90e23f3f90df3f8444 |
| EUC-JP | 絶??節?Д | 110000001110010000111111001111111100000011100001001111111010011110100101 | c0e43f3fc0e13fa7a5 |
| UTF-8 | 絶롲뵠節꿴Д | 1110011110110101101101101110101110100001101100101110101110110101101000001110011110101111100000001110101010111111101101001101000010010100 | e7b5b6eba1b2ebb5a0e7af80eabfb4d094 |
| UHC | 絶롲뵠節꿴Д | 111011111011111010001110111011101001010010100000111011111011110110110010111010011010110010100101 | efbe8eee94a0efbdb2e9aca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)