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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倏倏糶倏 | 11100000110001011111001011111011111000001100010111100010111110101110000011000101 | e0c5f2fbe0c5e2fae0c5 |
EUC-JP | 倏?倏糶倏 | 111000001100011100111111111000001100011111100100111111001110000011000111 | e0c73fe0c7e4fce0c7 |
UTF-8 | 倏倏糶倏 | 111001011000000010001111111011101000100010110010111001011000000010001111111001111011001110110110111001011000000010001111 | e5808fee88b2e5808fe7b3b6e5808f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)