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 | ツ歔\ | 11000010100111110110000001011100 | c29f605c |
EUC-JP | ツ歔\ | 1000111011000010110111011100000101011100 | 8ec2ddc15c |
UTF-8 | ツ歔\ | 11101111101111101000001011100110101011011001010001011100 | efbe82e6ad945c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)