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 | °±°±B | 1011000010110001101100001011000101000010 | b0b1b0b142 |
| SJIS-WIN | °±°±B | 100000011000101110000001011111011000000110001011100000010111110101000010 | 818b817d818b817d42 |
| EUC-JP | °±°±B | 101000011110101110100001110111101010000111101011101000011101111001000010 | a1eba1dea1eba1de42 |
| UTF-8 | °±°±B | 110000101011000011000010101100011100001010110000110000101011000101000010 | c2b0c2b1c2b0c2b142 |
| UHC | °±°±B | 101000011100011010100001101111101010000111000110101000011011111001000010 | a1c6a1bea1c6a1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)