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 | 斛η | 10011101110011011000001111000101 | 9dcd83c5 |
EUC-JP | 斛η | 11011010110011111010011011000111 | dacfa6c7 |
UTF-8 | 斛η | 1110011010010110100110111100111010110111 | e6969bceb7 |
UHC | 斛η | 11001101110101111010010111100111 | cdd7a5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)