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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | ツ催コx | 1100001010001101110000111011101001111000 | c28dc3ba78 |
EUC-JP | ツ催コx | 10001110110000101011101011000101100011101011101001111000 | 8ec2bac58eba78 |
UTF-8 | ツ催コx | 11101111101111101000001011100101100000101010110011101111101111011011101001111000 | efbe82e582acefbdba78 |
UHC | ?催?x | 0011111111110101110010100011111101111000 | 3ff5ca3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)