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 | äõ¸å\ | 1110010011110101100011111000100110001011101110001110010101011100 | e4f58f898bb8e55c |
| SJIS-WIN | ???????\ | 0011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f5c |
| EUC-JP | äõ???¸å\ | 10001111101010111010001110001111101010111101100000111111001111110011111110001111101000101011000110001111101010111010100101011100 | 8faba38fabd83f3f3f8fa2b18faba95c |
| UTF-8 | äõ¸å\ | 110000111010010011000011101101011100001010001111110000101000100111000010100010111100001010111000110000111010010101011100 | c3a4c3b5c28fc289c28bc2b8c3a55c |
| UHC | ?????¸?\ | 001111110011111100111111001111110011111110100010101011000011111101011100 | 3f3f3f3f3fa2ac3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)