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 | 酩 | 11100111110001111111001010110001 | e7c7f2b1 |
EUC-JP | 酩? | 111011101100100100111111 | eec93f |
UTF-8 | 酩 | 111010011000010110101001111011101000011110101000 | e985a9ee87a8 |
UHC | 酩? | 110110011010111000111111 | d9ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)