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 | ??莎?? | 001111110011111111100100101100110011111100111111 | 3f3fe4b33f3f |
EUC-JP | ??莎?? | 001111110011111111101000101101010011111100111111 | 3f3fe8b53f3f |
UTF-8 | 룵에莎▣룵 | 111010111010001110110101111011001001011110010000111010001000111010001110111000101001011010100011111010111010001110110101 | eba3b5ec9790e88e8ee296a3eba3b5 |
UHC | 룵에莎▣룵 | 10001111101010101011111110100001110111101110110110100010110000111000111110101010 | 8faabfa1deeda2c38faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)