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 | ?晳繹 | 0011111111111010110110011110001110001000 | 3ffad9e388 |
EUC-JP | ?晳繹 | 001111111000111111000010110001001110010111101000 | 3f8fc2c4e5e8 |
UTF-8 | 歷晳繹 | 111011111010011010001100111001101001100110110011111001111011100110111001 | efa68ce699b3e7b9b9 |
UHC | 歷晳繹 | 111001101011100011100000101011111110011010111010 | e6b8e0afe6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)