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 | ûP©hûP© | 111110110101000010001110101010010110100011111011010100001000111010101001 | fb508ea968fb508ea9 |
SJIS-WIN | ?P??h?P?? | 001111110101000000111111001111110110100000111111010100000011111100111111 | 3f503f3f683f503f3f |
EUC-JP | ûP?©hûP?© | 1000111110101011111001010101000000111111100011111010001011101101011010001000111110101011111001010101000000111111100011111010001011101101 | 8fabe5503f8fa2ed688fabe5503f8fa2ed |
UTF-8 | ûP©hûP© | 110000111011101101010000110000101000111011000010101010010110100011000011101110110101000011000010100011101100001010101001 | c3bb50c28ec2a968c3bb50c28ec2a9 |
UHC | ?P??h?P?? | 001111110101000000111111001111110110100000111111010100000011111100111111 | 3f503f3f683f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)