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 | 理^ | 11101111101001111010010001011110 | efa7a45e |
| SJIS-WIN | ?§?^ | 0011111110000001100110000011111101011110 | 3f81983f5e |
| EUC-JP | 理^ | 100011111010101111000001101000011111100010001111101000101111000001011110 | 8fabc1a1f88fa2f05e |
| UTF-8 | 理^ | 11000011101011111100001010100111110000101010010001011110 | c3afc2a7c2a45e |
| UHC | ?§¤^ | 001111111010000111010111101000101011010001011110 | 3fa1d7a2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)