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?l | 001111110011111100111111010110100011111101101100 | 3f3f3f5a3f6c |
SJIS-WIN | ???Z?l | 001111110011111100111111010110100011111101101100 | 3f3f3f5a3f6c |
EUC-JP | ???Z?l | 001111110011111100111111010110100011111101101100 | 3f3f3f5a3f6c |
UTF-8 | 혵횊혱Z챗l | 1110110110011000101101011110110110011010100010101110110110011000101100010101101011101100101100011001011101101100 | ed98b5ed9a8aed98b15aecb1976c |
UHC | 혵횊혱Z챗l | 11000010100111001100001110001000110000101001100001011010110000111010101001101100 | c29cc388c2985ac3aa6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)