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 | ??Ob??O??H | 00111111001111110100111101100010001111110011111101001111001111110011111101001000 | 3f3f4f623f3f4f3f3f48 |
| SJIS-WIN | ?ーOb?ーO?ウH | 00111111101100000100111101100010001111111011000001001111001111111011001101001000 | 3fb04f623fb04f3fb348 |
| EUC-JP | ?ーOb?ーO?ウH | 00111111100011101011000001001111011000100011111110001110101100000100111100111111100011101011001101001000 | 3f8eb04f623f8eb04f3f8eb348 |
| UTF-8 | 䵸ーOb䵸ーO䵸ウH | 11100100101101011011100011101111101111011011000001001111011000101110010010110101101110001110111110111101101100000100111111100100101101011011100011101111101111011011001101001000 | e4b5b8efbdb04f62e4b5b8efbdb04fe4b5b8efbdb348 |
| UHC | ??Ob??O??H | 00111111001111110100111101100010001111110011111101001111001111110011111101001000 | 3f3f4f623f3f4f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)