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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 峭躙峭躙B | 100110111011011111100111010101111001101110110111111001110101011101000010 | 9bb7e7579bb7e75742 |
EUC-JP | 峭躙峭躙B | 110101101011100111101101101110001101011010111001111011011011100001000010 | d6b9edb8d6b9edb842 |
UTF-8 | 峭躙峭躙B | 11100101101100111010110111101000101110101001100111100101101100111010110111101000101110101001100101000010 | e5b3ade8ba99e5b3ade8ba9942 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)