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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鳰ツ鮴ッ | 111010011110101011000010111010011011111010101111 | e9eac2e9beaf |
| EUC-JP | 鳰ツ鮴ッ | 1111001011101100100011101100001011110010110000001000111010101111 | f2ec8ec2f2c08eaf |
| UTF-8 | 鳰ツ鮴ッ | 111010011011001110110000111011111011111010000010111010011010111010110100111011111011110110101111 | e9b3b0efbe82e9aeb4efbdaf |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)