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 | 倚耕??\ | 10011000110111111000110101101011001111110011111101011100 | 98df8d6b3f3f5c |
EUC-JP | 倚耕??\ | 11010000111000011011100111001100001111110011111101011100 | d0e1b9cc3f3f5c |
UTF-8 | 倚耕렒렊\ | 11100101100000001001101011101000100000001001010111101011101000001001001011101011101000001000101001011100 | e5809ae88095eba092eba08a5c |
UHC | 倚耕렒렊\ | 111010111110111111001100111010011000111010100111100011101010000101011100 | ebefcce98ea78ea15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)