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 | ûN° | 111110110100111010110000 | fb4eb0 |
SJIS-WIN | ?N° | 00111111010011101000000110001011 | 3f4e818b |
EUC-JP | ûN° | 100011111010101111100101010011101010000111101011 | 8fabe54ea1eb |
UTF-8 | ûN° | 1100001110111011010011101100001010110000 | c3bb4ec2b0 |
UHC | ?N° | 00111111010011101010000111000110 | 3f4ea1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)