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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 螳猶 | 11100101101011101001011101010000 | e5ae9750 |
EUC-JP | 螳猶 | 11101010101100001100110110110001 | eab0cdb1 |
UTF-8 | 螳猶 | 111010001001111010110011111001111000110010110110 | e89eb3e78cb6 |
UHC | 螳猶 | 11010011110110011110101110100010 | d3d9eba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)