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 | 10011110110011001001110110111101111001110101101010011100 | 9ecc9dbde75a9c |
SJIS-WIN | ?????Z? | 00111111001111110011111100111111001111110101101000111111 | 3f3f3f3f3f5a3f |
EUC-JP | ?Ì??çZ? | 0011111110001111101010101100000000111111001111111000111110101011101011100101101000111111 | 3f8faac03f3f8fabae5a3f |
UTF-8 | ̽çZ | 11000010100111101100001110001100110000101001110111000010101111011100001110100111010110101100001010011100 | c29ec38cc29dc2bdc3a75ac29c |
UHC | ???½?Z? | 0011111100111111001111111010100011110110001111110101101000111111 | 3f3f3fa8f63f5a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)