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 | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-WIN | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
EUC-JP | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
UTF-8 | 횚횣h횚횣h | 1110110110011010100110101110110110011010101000110110100011101101100110101001101011101101100110101010001101101000 | ed9a9aed9aa368ed9a9aed9aa368 |
UHC | 횚횣h횚횣h | 11000011100101001100001110011010011010001100001110010100110000111001101001101000 | c394c39a68c394c39a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)