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 | 艶??容?? | 1000100110010000001111110011111110010111011001010011111100111111 | 89903f3f97653f3f |
| EUC-JP | 艶??容?? | 1011000111110000001111110011111111001101110001100011111100111111 | b1f03f3fcdc63f3f |
| UTF-8 | 艶녘떏容띿릮 | 111010001000100110110110111010111000010110011000111010111001011010001111111001011010111010111001111010111001110110111111111010111010011010101110 | e889b6eb8598eb968fe5aeb9eb9dbfeba6ae |
| UHC | 艶녘떏容띿릮 | 111001101111110110110011111010001000101110100101111010011011101110001101111011001001000010001110 | e6fdb3e88ba5e9bb8dec908e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)