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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 篠鮠篠鮠^ | 100011101100001011101001101111001000111011000010111010011011110001011110 | 8ec2e9bc8ec2e9bc5e |
EUC-JP | 篠鮠篠鮠^ | 101111001100010011110010101111101011110011000100111100101011111001011110 | bcc4f2bebcc4f2be5e |
UTF-8 | 篠鮠篠鮠^ | 11100111101011111010000011101001101011101010000011100111101011111010000011101001101011101010000001011110 | e7afa0e9aea0e7afa0e9aea05e |
UHC | 篠?篠?^ | 11100001110001100011111111100001110001100011111101011110 | e1c63fe1c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)