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 | 鬮俯 | 11101001101010111001100011101011 | e9ab98eb |
EUC-JP | 鬮俯 | 11110010101011011101000011101101 | f2add0ed |
UTF-8 | 鬮俯 | 111010011010110010101110111001001011111110101111 | e9acaee4bfaf |
UHC | ?俯 | 001111111101110011110110 | 3fdcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)