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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?哀? | 00111111100010001010001100111111 | 3f88a33f |
| EUC-JP | ?哀? | 00111111101100001010010100111111 | 3fb0a53f |
| UTF-8 | 알哀렡 | 111011001001010110001100111001011001001110000000111010111010000010100001 | ec958ce59380eba0a1 |
| UHC | 알哀렡 | 101111101100101111100100111011101000111010110010 | becbe4ee8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)