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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 袁儡???? | 1110010111001101100110010101001100111111001111110011111100111111 | e5cd99533f3f3f3f |
EUC-JP | 袁儡???? | 1110101011001111110100011011010000111111001111110011111100111111 | eacfd1b43f3f3f3f |
UTF-8 | 袁儡렪흡렡렢 | 111010001010001010000001111001011000010010100001111010111010000010101010111011011001110110100001111010111010000010100001111010111010000010100010 | e8a281e584a1eba0aaed9da1eba0a1eba0a2 |
UHC | 袁儡렪흡렡렢 | 111010101011111011010110111011011000111010111000110010001110110110001110101100101000111010110011 | eabed6ed8eb8c8ed8eb28eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)