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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ツ嗽\ | 11000010100110100111010101011100 | c29a755c |
EUC-JP | ツ嗽\ | 1000111011000010110100111101011001011100 | 8ec2d3d65c |
UTF-8 | ツ嗽\ | 11101111101111101000001011100101100101111011110101011100 | efbe82e597bd5c |
UHC | ?嗽\ | 00111111111000011111010101011100 | 3fe1f55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)