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 | 已?眉?? | 10011011110111110011111110010100111110110011111100111111 | 9bdf3f94fb3f3f |
EUC-JP | 已?眉?? | 11010110111000010011111111001000111111010011111100111111 | d6e13fc8fd3f3f |
UTF-8 | 已고眉뤉칿 | 111001011011011110110010111010101011001110100000111001111001110010001001111010111010010010001001111011001011100110111111 | e5b7b2eab3a0e79c89eba489ecb9bf |
UHC | 已고眉뤉칿 | 11101100101010111011000011101101110110101011011010001111101110011010111110001110 | ecabb0eddab68fb9af8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)