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 | ?????_ | 001111110011111100111111001111110011111101011111 | 3f3f3f3f3f5f |
| SJIS-WIN | 髯ーム危┼_ | 111010011001100110110000110100011000101011101011100001001010100101011111 | e999b0d18aeb84a95f |
| EUC-JP | 髯ーム危┼_ | 1111000111111001100011101011000010001110110100011011010011101101101010001010101101011111 | f1f98eb08ed1b4eda8ab5f |
| UTF-8 | 髯ーム危┼_ | 11101001101010111010111111101111101111011011000011101111101111101001000111100101100011011011000111100010100101001011110001011111 | e9abafefbdb0efbe91e58db1e294bc5f |
| UHC | ???危┼_ | 0011111100111111001111111110101011001011101001101010101101011111 | 3f3f3feacba6ab5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)