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 | 斛?荏?裝? | 100111011100110100111111100010010110000000111111111001011110010000111111 | 9dcd3f89603fe5e43f |
| EUC-JP | 斛?荏?裝? | 110110101100111100111111101100011100000100111111111010101110011000111111 | dacf3fb1c13feae63f |
| UTF-8 | 斛룫荏뤺裝☎ | 111001101001011010011011111010111010001110101011111010001000110110001111111010111010010010111010111010001010001110011101111000101001100010001110 | e6969beba3abe88d8feba4bae8a39de2988e |
| UHC | 斛룫荏뤺裝☎ | 110011011101011110001111101000101110110011111011100011111110100011101101111110111010001011001111 | cdd78fa2ecfb8fe8edfba2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)