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 | 禎篩??媛 | 1001001011110101111000101011111100111111001111111001010101010001 | 92f5e2bf3f3f9551 |
| EUC-JP | 禎篩??媛 | 1100010011110111111001001100000100111111001111111100100110110010 | c4f7e4c13f3fc9b2 |
| UTF-8 | 禎篩렋렒媛 | 111001111010011010001110111001111010111110101001111010111010000010001011111010111010000010010010111001011010101010011011 | e7a68ee7afa9eba08beba092e5aa9b |
| UHC | 禎篩렋렒媛 | 11101111111011101101111011101000100011101010001010001110101001111110101010110000 | efeedee88ea28ea7eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)