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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 倚?] | 10011000110111110011111101011101 | 98df3f5d |
EUC-JP | 倚?] | 11010000111000010011111101011101 | d0e13f5d |
UTF-8 | 倚즃] | 11100101100000001001101011101100101001101000001101011101 | e5809aeca6835d |
UHC | 倚즃] | 1110101111101111101000110101000101011101 | ebefa3515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)