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 | 邑??佯?? | 1001011101010111001111110011111110011000110100010011111100111111 | 97573f3f98d13f3f |
| EUC-JP | 邑??佯?? | 1100110110111000001111110011111111010000110100110011111100111111 | cdb83f3fd0d33f3f |
| UTF-8 | 邑뺞퐗佯뤹뜽 | 111010011000001010010001111010111011101010011110111011011001000010010111111001001011110110101111111010111010010010111001111010111001110010111101 | e98291ebba9eed9097e4bdafeba4b9eb9cbd |
| UHC | 邑뺞퐗佯뤹뜽 | 111010111110100110010101111001101011110110000001111001011011101010001111111001111000110110111000 | ebe995e6bd81e5ba8fe78db8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)