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 | 鶯汐 | 11101001111100101000111010101100 | e9f28eac |
EUC-JP | 鶯汐 | 11110010111101001011110010101110 | f2f4bcae |
UTF-8 | 鶯汐 | 111010011011011010101111111001101011000110010000 | e9b6afe6b190 |
UHC | 鶯汐 | 11100101101000111110000010110001 | e5a3e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)