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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ???彛?? | 0011111100111111001111111000111110111100111110100011111100111111 | 3f3f3f8fbcfa3f3f |
| UTF-8 | 琉욜맾彛뽪눞 | 111011111010011110001100111011001001101010011100111010111010011110111110111001011011110110011011111010111011110110101010111010111000100010011110 | efa78cec9a9ceba7bee5bd9bebbdaaeb889e |
| UHC | 琉욜맾彛뽪눞 | 111010111010010010111111111001111001000010111111111011001010110110010110111001101000011110110110 | eba4bfe790bfecad96e687b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)