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 | 揄?? | 10011101100010010011111100111111 | 9d893f3f |
| EUC-JP | 揄?? | 11011001111010010011111100111111 | d9e93f3f |
| UTF-8 | 揄븍끽 | 111001101000111110000100111010111011100010001101111010111000000110111101 | e68f84ebb88deb81bd |
| UHC | 揄븍끽 | 111010101111000110111010111010111011001110100011 | eaf1baebb3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)