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 | 兪唯] | 1001100101100000100101110100001001011101 | 996097425d |
EUC-JP | 兪唯] | 1101000111000001110011011010001101011101 | d1c1cda35d |
UTF-8 | 兪唯] | 11100101100001011010101011100101100101001010111101011101 | e585aae594af5d |
UHC | 兪唯] | 1110101011100100111010101110011001011101 | eae4eae65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)