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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 顆橄」一B | 11101000111101111001111011101011101000111000100011101010111101001010100101000010 | e8f79eeba388eaf4a942 |
| EUC-JP | 顆橄」一?B | 11110000111110011101110011101101100011101010001110110000111011000011111101000010 | f0f9dced8ea3b0ec3f42 |
| UTF-8 | 顆橄」一B | 11101001101000011000011011100110101010011000010011101111101111011010001111100100101110001000000011101110100011011001100001000010 | e9a186e6a984efbda3e4b880ee8d9842 |
| UHC | 顆橄?一?B | 110011101010100011001010111101000011111111101100111010010011111101000010 | cea8caf43fece93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)