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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 莉わ臭茉 | 1110010010111011100000101110110110001111010011001110010010011101 | e4bb82ed8f4ce49d |
| EUC-JP | 莉わ臭茉 | 1110100010111101101001001110111110111101101011011110011111111101 | e8bda4efbdade7fd |
| UTF-8 | 莉わ臭茉 | 111010001000111010001001111000111000001010001111111010001000011110101101111010001000110010001001 | e88e89e3828fe887ade88c89 |
| UHC | 莉わ臭茉 | 1101011111101001101010101110111111110110101010111101100011001001 | d7e9aaeff6abd8c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)