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 | ツ炭\ | 11000010100100100101100101011100 | c292595c |
EUC-JP | ツ炭\ | 1000111011000010110000111011101001011100 | 8ec2c3ba5c |
UTF-8 | ツ炭\ | 11101111101111101000001011100111100000101010110101011100 | efbe82e782ad5c |
UHC | ?炭\ | 00111111111101111010100101011100 | 3ff7a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)