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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 菴槫ウェ鮟ッ^ | 11100100101111011001111011100101101100111010101011101001101110111010111101011110 | e4bd9ee5b3aae9bbaf5e |
| EUC-JP | 菴槫ウェ鮟ッ^ | 11101000101111111101110011100111100011101011001110001110101010101111001010111101100011101010111101011110 | e8bfdce78eb38eaaf2bd8eaf5e |
| UTF-8 | 菴槫ウェ鮟ッ^ | 11101000100011111011010011100110101001111010101111101111101111011011001111101111101111011010101011101001101011101001111111101111101111011010111101011110 | e88fb4e6a7abefbdb3efbdaae9ae9fefbdaf5e |
| UHC | 菴???鮟?^ | 111001001110000000111111001111110011111111100100110101010011111101011110 | e4e03f3f3fe4d53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)