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 | 躍?? | 10010110111101000011111100111111 | 96f43f3f |
| EUC-JP | 躍?? | 11001100111101100011111100111111 | ccf63f3f |
| UTF-8 | 躍앸젺 | 111010001011101010001101111011001001010110111000111011001010000010111010 | e8ba8dec95b8eca0ba |
| UHC | 躍앸젺 | 111001011011100010011101111010111010000010101101 | e5b89deba0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)