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 | イ齊スア」 | 1111000010111111101100101110101010001110101111011011000110100011 | f0bfb2ea8ebdb1a3 |
| EUC-JP | ?イ齊スア」 | 0011111110001110101100101111001111101110100011101011110110001110101100011000111010100011 | 3f8eb2f3ee8ebd8eb18ea3 |
| UTF-8 | イ齊スア」 | 111011101000000110111110111011111011110110110010111010011011110110001010111011111011110110111101111011111011110110110001111011111011110110100011 | ee81beefbdb2e9bd8aefbdbdefbdb1efbda3 |
| UHC | ??齊??? | 00111111001111111111000010111010001111110011111100111111 | 3f3ff0ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)