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 | 煉齲 | 10010111111110011110101010011010 | 97f9ea9a |
EUC-JP | 煉齲 | 11001110111110111111001111111010 | cefbf3fa |
UTF-8 | 煉齲 | 111001111000010110001001111010011011110110110010 | e78589e9bdb2 |
UHC | 煉? | 110101101010000100111111 | d6a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)