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 | ??莊?咫 | 00111111001111111110010010110101001111111001101001000000 | 3f3fe4b53f9a40 |
EUC-JP | ??莊?咫 | 00111111001111111110100010110111001111111101001110100001 | 3f3fe8b73fd3a1 |
UTF-8 | 稶렚莊렰咫 | 111001111010100010110110111010111010000010011010111010001000111010001010111010111010000010110000111001011001001010101011 | e7a8b6eba09ae88e8aeba0b0e592ab |
UHC | 稶렚莊렰咫 | 11101001111100111000111010101101111011011111011010001110101111011111001010100001 | e9f38eadedf68ebdf2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)