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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | リパネォ、酣 | 1101100011001010110111111100100010101011101001001110011111000101 | d8cadfc8aba4e7c5 |
| EUC-JP | リパネォ、酣 | 1000111011011000100011101100101010001110110111111000111011001000100011101010101110001110101001001110111011000111 | 8ed88eca8edf8ec88eab8ea4eec7 |
| UTF-8 | リパネォ、酣 | 111011111011111010011000111011111011111010001010111011111011111010011111111011111011111010001000111011111011110110101011111011111011110110100100111010011000010110100011 | efbe98efbe8aefbe9fefbe88efbdabefbda4e985a3 |
| UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)