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©ûO | 111110110101000010001110101010011111101101001111 | fb508ea9fb4f |
SJIS-WIN | ?P???O | 001111110101000000111111001111110011111101001111 | 3f503f3f3f4f |
EUC-JP | ûP?©ûO | 100011111010101111100101010100000011111110001111101000101110110110001111101010111110010101001111 | 8fabe5503f8fa2ed8fabe54f |
UTF-8 | ûP©ûO | 11000011101110110101000011000010100011101100001010101001110000111011101101001111 | c3bb50c28ec2a9c3bb4f |
UHC | ?P???O | 001111110101000000111111001111110011111101001111 | 3f503f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)