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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | 汚??節??A | 100010011001100000111111001111111001000011011111001111110011111101000001 | 89983f3f90df3f3f41 |
| EUC-JP | 汚??節??A | 101100011111100000111111001111111100000011100001001111110011111101000001 | b1f83f3fc0e13f3f41 |
| UTF-8 | 汚녽죺節띰슥A | 11100110101100011001101011101011100001011011110111101100101000111011101011100111101011111000000011101011100111011011000011101100100010101010010101000001 | e6b19aeb85bdeca3bae7af80eb9db0ec8aa541 |
| UHC | 汚녽죺節띰슥A | 11100111111111011000011011101001101000011001010011101111101111011011011011101111101111011011101101000001 | e7fd86e9a194efbdb6efbdbb41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)