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 | ツ青ッツ鳴丹 | 110000101001000011000010101011111100001010010110110000101001001001001111 | c290c2afc296c2924f |
| EUC-JP | ツ青ッツ鳴丹 | 100011101100001011000000110001001000111010101111100011101100001011001100110001001100001110110000 | 8ec2c0c48eaf8ec2ccc4c3b0 |
| UTF-8 | ツ青ッツ鳴丹 | 111011111011111010000010111010011001110110010010111011111011110110101111111011111011111010000010111010011011001110110100111001001011100010111001 | efbe82e99d92efbdafefbe82e9b3b4e4b8b9 |
| UHC | ????鳴丹 | 0011111100111111001111110011111111011001101100001101001110100001 | 3f3f3f3fd9b0d3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)