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 | ???× | 00111111001111110011111111010111 | 3f3f3fd7 |
SJIS-WIN | 嶢?只× | 10011011110100000011111110010001111111001000000101111110 | 9bd03f91fc817e |
EUC-JP | 嶢?只× | 11010110110100100011111111000010111111101010000111011111 | d6d23fc2fea1df |
UTF-8 | 嶢렎只× | 1110010110110110101000101110101110100000100011101110010110001111101010101100001110010111 | e5b6a2eba08ee58faac397 |
UHC | 嶢렎只× | 1110100011110010100011101010010011110001111111101010000110111111 | e8f28ea4f1fea1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)