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 | ?悳ぉ | 0011111110011100011110111000001010100111 | 3f9c7b82a7 |
| EUC-JP | ?悳ぉ | 0011111111010111110111001010010010101001 | 3fd7dca4a9 |
| UTF-8 | 룶悳ぉ | 111010111010001110110110111001101000001010110011111000111000000110001001 | eba3b6e682b3e38189 |
| UHC | 룶悳ぉ | 100011111010101111010011111011011010101010101001 | 8fabd3edaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)