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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 澹Γ | 11100000010101111000001110100001 | e05783a1 |
EUC-JP | 澹Γ | 11011111101110001010011010100011 | dfb8a6a3 |
UTF-8 | 澹Γ | 1110011010111110101110011100111010010011 | e6beb9ce93 |
UHC | 澹Γ | 11010011110000101010010111000011 | d3c2a5c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)