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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 執悉磁 | 100011101011011110001110101110111000111010100101 | 8eb78ebb8ea5 |
EUC-JP | 執悉磁 | 101111001011100110111100101111011011110010100111 | bcb9bcbdbca7 |
UTF-8 | 執悉磁 | 111001011001111110110111111001101000001010001001111001111010001110000001 | e59fb7e68289e7a381 |
UHC | 執悉磁 | 111100101111101111100011111110101110110110111000 | f2fbe3faedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)