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 | 00111111001111110011111101101100 | 3f3f3f6c |
SJIS-WIN | ???l | 00111111001111110011111101101100 | 3f3f3f6c |
EUC-JP | ???l | 00111111001111110011111101101100 | 3f3f3f6c |
UTF-8 | 횪횦책l | 11101101100110101010101011101101100110101010011011101100101100011000010101101100 | ed9aaaed9aa6ecb1856c |
UHC | 횪횦책l | 11000011101000001100001110011101110000111010010101101100 | c3a0c39dc3a56c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)