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 | 譯? | 111001101010000100111111 | e6a13f |
EUC-JP | 譯? | 111011001010001100111111 | eca33f |
UTF-8 | 譯퀯 | 111010001010110110101111111011011000000010101111 | e8adafed80af |
UHC | 譯퀯 | 11100110101110111011010001000010 | e6bbb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)