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 | ûX°EE | 111110110101100010001110101100000100010101000101 | fb588eb04545 |
SJIS-WIN | ?X?°EE | 00111111010110000011111110000001100010110100010101000101 | 3f583f818b4545 |
EUC-JP | ûX?°EE | 100011111010101111100101010110000011111110100001111010110100010101000101 | 8fabe5583fa1eb4545 |
UTF-8 | ûX°EE | 110000111011101101011000110000101000111011000010101100000100010101000101 | c3bb58c28ec2b04545 |
UHC | ?X?°EE | 00111111010110000011111110100001110001100100010101000101 | 3f583fa1c64545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)