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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 恁?粧?\ | 10011100100011000011111110001111110011110011111101011100 | 9c8c3f8fcf3f5c |
EUC-JP | 恁?粧?\ | 11010111111011000011111110111110110100010011111101011100 | d7ec3fbed13f5c |
UTF-8 | 恁렱粧렰\ | 11100110100000011000000111101011101000001011000111100111101100101010011111101011101000001011000001011100 | e68181eba0b1e7b2a7eba0b05c |
UHC | 恁렱粧렰\ | 111011001111011010001110101111101110110111110010100011101011110101011100 | ecf68ebeedf28ebd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)