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 | 顆ーム危┼_ | 111010001111011110110000110100011000101011101011100001001010100101011111 | e8f7b0d18aeb84a95f |
| EUC-JP | 顆ーム危┼_ | 1111000011111001100011101011000010001110110100011011010011101101101010001010101101011111 | f0f98eb08ed1b4eda8ab5f |
| UTF-8 | 顆ーム危┼_ | 11101001101000011000011011101111101111011011000011101111101111101001000111100101100011011011000111100010100101001011110001011111 | e9a186efbdb0efbe91e58db1e294bc5f |
| UHC | 顆??危┼_ | 110011101010100000111111001111111110101011001011101001101010101101011111 | cea83f3feacba6ab5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)