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¦AB | 1111101101001110101001100100000101000010 | fb4ea64142 |
SJIS-WIN | ?N?AB | 0011111101001110001111110100000101000010 | 3f4e3f4142 |
EUC-JP | ûN¦AB | 100011111010101111100101010011101000111110100010110000110100000101000010 | 8fabe54e8fa2c34142 |
UTF-8 | ûN¦AB | 11000011101110110100111011000010101001100100000101000010 | c3bb4ec2a64142 |
UHC | ?N?AB | 0011111101001110001111110100000101000010 | 3f4e3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)