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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 已??嵌 | 100110111101111100111111001111111001101111000110 | 9bdf3f3f9bc6 |
EUC-JP | 已??嵌 | 110101101110000100111111001111111101011011001000 | d6e13f3fd6c8 |
UTF-8 | 已고렗嵌 | 111001011011011110110010111010101011001110100000111010111010000010010111111001011011010110001100 | e5b7b2eab3a0eba097e5b58c |
UHC | 已고렗嵌 | 1110110010101011101100001110110110001110101011001100101011101110 | ecabb0ed8eaccaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)