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 | ?@?l | 00111111010000000011111101101100 | 3f403f6c |
SJIS-WIN | ?@?l | 00111111010000000011111101101100 | 3f403f6c |
EUC-JP | ?@?l | 00111111010000000011111101101100 | 3f403f6c |
UTF-8 | 혬@혵l | 1110110110011000101011000100000011101101100110001011010101101100 | ed98ac40ed98b56c |
UHC | 혬@혵l | 110000101001010001000000110000101001110001101100 | c29440c29c6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)