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 | 獸粤窶犲珈 | 11100000110101111110001011100011111000101000000011100000101110101110000011011011 | e0d7e2e3e280e0bae0db |
EUC-JP | 獸粤窶犲珈 | 11100000110110011110010011100101111000111110000011100000101111001110000011011101 | e0d9e4e5e3e0e0bce0dd |
UTF-8 | 獸粤窶犲珈 | 111001111000110110111000111001111011001010100100111001111010101010110110111001111000101010110010111001111000111110001000 | e78db8e7b2a4e7aab6e78ab2e78f88 |
UHC | 獸???? | 111000101010111000111111001111110011111100111111 | e2ae3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)