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 | 崛鯱 | 10011011101111111110100111001101 | 9bbfe9cd |
EUC-JP | 崛鯱 | 11010110110000011111001011001111 | d6c1f2cf |
UTF-8 | 崛鯱 | 111001011011010010011011111010011010111110110001 | e5b49be9afb1 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)