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¤¸Î | 11111011010100001000111010100100100011111011100011001110 | fb508ea48fb8ce |
SJIS-WIN | ?P????? | 00111111010100000011111100111111001111110011111100111111 | 3f503f3f3f3f3f |
EUC-JP | ûP?¤?¸Î | 100011111010101111100101010100000011111110001111101000101111000000111111100011111010001010110001100011111010101011000010 | 8fabe5503f8fa2f03f8fa2b18faac2 |
UTF-8 | ûP¤¸Î | 11000011101110110101000011000010100011101100001010100100110000101000111111000010101110001100001110001110 | c3bb50c28ec2a4c28fc2b8c38e |
UHC | ?P?¤?¸? | 001111110101000000111111101000101011010000111111101000101010110000111111 | 3f503fa2b43fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)