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¸ê²³ | 1111101101000011101110001110101010001110101100101000111010110011 | fb43b8ea8eb28eb3 |
SJIS-WIN | ?C?????? | 0011111101000011001111110011111100111111001111110011111100111111 | 3f433f3f3f3f3f3f |
EUC-JP | ûC¸ê???? | 1000111110101011111001010100001110001111101000101011000110001111101010111011010000111111001111110011111100111111 | 8fabe5438fa2b18fabb43f3f3f3f |
UTF-8 | ûC¸ê²³ | 110000111011101101000011110000101011100011000011101010101100001010001110110000101011001011000010100011101100001010110011 | c3bb43c2b8c3aac28ec2b2c28ec2b3 |
UHC | ?C¸??²?³ | 0011111101000011101000101010110000111111001111111010100111110111001111111010100111111000 | 3f43a2ac3f3fa9f73fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)