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 | 譯????? | 11100110101000010011111100111111001111110011111100111111 | e6a13f3f3f3f3f |
| EUC-JP | 譯??佾?? | 111011001010001100111111001111111000111110110000111110110011111100111111 | eca33f3f8fb0fb3f3f |
| UTF-8 | 譯롫㈀佾볢뀑 | 111010001010110110101111111010111010000110101011111000111000100010000000111001001011110110111110111010111011001110100010111010111000000010010001 | e8adafeba1abe38880e4bdbeebb3a2eb8091 |
| UHC | 譯롫㈀佾볢뀑 | 111001101011101110001110111010111010100110110001111011001110101110010011111010001000010110001011 | e6bb8eeba9b1eceb93e8858b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)