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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 冒冒B | 1001011001100000100101100110000001000010 | 9660966042 |
EUC-JP | 冒冒B | 1100101111000001110010111100000101000010 | cbc1cbc142 |
UTF-8 | 冒冒B | 11100101100001101001001011100101100001101001001001000010 | e58692e5869242 |
UHC | 冒冒B | 1101100110110011110110011011001101000010 | d9b3d9b342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)