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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 獸猴珈牋粤 | 11100000110101111110000011001011111000001101101111100000101011101110001011100011 | e0d7e0cbe0dbe0aee2e3 |
EUC-JP | 獸猴珈牋粤 | 11100000110110011110000011001101111000001101110111100000101100001110010011100101 | e0d9e0cde0dde0b0e4e5 |
UTF-8 | 獸猴珈牋粤 | 111001111000110110111000111001111000110010110100111001111000111110001000111001111000100110001011111001111011001010100100 | e78db8e78cb4e78f88e7898be7b2a4 |
UHC | 獸???? | 111000101010111000111111001111110011111100111111 | e2ae3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)