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 | 100011101011010010001111101100001010100101101000 | 8eb48fb0a968 |
SJIS-WIN | ?´?°?h | 0011111110000001010011000011111110000001100010110011111101101000 | 3f814c3f818b3f68 |
EUC-JP | ?´?°©h | 00111111101000011010110100111111101000011110101110001111101000101110110101101000 | 3fa1ad3fa1eb8fa2ed68 |
UTF-8 | ´°©h | 1100001010001110110000101011010011000010100011111100001010110000110000101010100101101000 | c28ec2b4c28fc2b0c2a968 |
UHC | ?´?°?h | 0011111110100010101001010011111110100001110001100011111101101000 | 3fa2a53fa1c63f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)