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 | 嶢?云?? | 10011011110100000011111110001001010111010011111100111111 | 9bd03f895d3f3f |
EUC-JP | 嶢?云?? | 11010110110100100011111110110001101111100011111100111111 | d6d23fb1be3f3f |
UTF-8 | 嶢렎云당롚 | 111001011011011010100010111010111010000010001110111001001011101010010001111010111000101110111001111010111010000110011010 | e5b6a2eba08ee4ba91eb8bb9eba19a |
UHC | 嶢렎云당롚 | 11101000111100101000111010100100111010011111011010110100111001111000111011011110 | e8f28ea4e9f6b4e78ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)