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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ?犀??? | 001111111000110111010010001111110011111100111111 | 3f8dd23f3f3f |
| EUC-JP | ?犀??? | 001111111011101011010100001111110011111100111111 | 3fbad43f3f3f |
| UTF-8 | 몸犀ㄱ큐ㄴ | 111010111010101010111000111001111000101010000000111000111000010010110001111011011000000110010000111000111000010010110100 | ebaab8e78a80e384b1ed8190e384b4 |
| UHC | 몸犀ㄱ큐ㄴ | 10111000111101101101111111111001101001001010000111000101101001011010010010100100 | b8f6dff9a4a1c5a5a4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)