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 | ̽çZ | 1001111011001100100111011011110111100111010110101001110010000110 | 9ecc9dbde75a9c86 |
SJIS-WIN | ?????Z?? | 0011111100111111001111110011111100111111010110100011111100111111 | 3f3f3f3f3f5a3f3f |
EUC-JP | ?Ì??çZ?? | 001111111000111110101010110000000011111100111111100011111010101110101110010110100011111100111111 | 3f8faac03f3f8fabae5a3f3f |
UTF-8 | ̽çZ | 110000101001111011000011100011001100001010011101110000101011110111000011101001110101101011000010100111001100001010000110 | c29ec38cc29dc2bdc3a75ac29cc286 |
UHC | ???½?Z?? | 001111110011111100111111101010001111011000111111010110100011111100111111 | 3f3f3fa8f63f5a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)