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 | 樗?旨?餘 | 1001001010010100001111111000111001111100001111111110100101010000 | 92943f8e7c3fe950 |
EUC-JP | 樗?旨?餘 | 1100001111110100001111111011101111011101001111111111000110110001 | c3f43fbbdd3ff1b1 |
UTF-8 | 樗렧旨곌餘 | 111001101010100010010111111010111010000010100111111001101001011110101000111010101011001110001100111010011010010010011000 | e6a897eba0a7e697a8eab38ce9a498 |
UHC | 樗렧旨곌餘 | 11101110110000001000111010110110111100101010100110110000111010101110011010101110 | eec08eb6f2a9b0eae6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)