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 | ûC¶Q] | 111110110100001110001110101101100101000101011101 | fb438eb6515d |
SJIS-WIN | ?C?¶Q] | 00111111010000110011111110000001111101110101000101011101 | 3f433f81f7515d |
EUC-JP | ûC?¶Q] | 100011111010101111100101010000110011111110100010111110010101000101011101 | 8fabe5433fa2f9515d |
UTF-8 | ûC¶Q] | 110000111011101101000011110000101000111011000010101101100101000101011101 | c3bb43c28ec2b6515d |
UHC | ?C?¶Q] | 00111111010000110011111110100010110100100101000101011101 | 3f433fa2d2515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)