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 | ×àû·^ | 1101011111100000111110111011011101011110 | d7e0fbb75e |
| SJIS-WIN | ×???^ | 100000010111111000111111001111110011111101011110 | 817e3f3f3f5e |
| EUC-JP | ×àû?^ | 10100001110111111000111110101011101000101000111110101011111001010011111101011110 | a1df8faba28fabe53f5e |
| UTF-8 | ×àû·^ | 110000111001011111000011101000001100001110111011110000101011011101011110 | c397c3a0c3bbc2b75e |
| UHC | ×??·^ | 10100001101111110011111100111111101000011010010001011110 | a1bf3f3fa1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)