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 | ?????O^ | 00111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f4f5e |
| SJIS-WIN | 淼夭昧浯ャO^ | 1111101101000101100110101110111010010110100001101111101011111100101011000100111101011110 | fb459aee9686fafcac4f5e |
| EUC-JP | 淼夭昧浯ャO^ | 1000111111000111111001101101010011110000110010111110011010001111110001111100001110001110101011000100111101011110 | 8fc7e6d4f0cbe68fc7c38eac4f5e |
| UTF-8 | 淼夭昧浯ャO^ | 1110011010110111101111001110010110100100101011011110011010011000101001111110011010110101101011111110111110111101101011000100111101011110 | e6b7bce5a4ade698a7e6b5afefbdac4f5e |
| UHC | ?夭昧??O^ | 001111111110100011101100110110001101110000111111001111110100111101011110 | 3fe8ecd8dc3f3f4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)