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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 酊 | 111100111111100111100111110000101111001111111001 | f3f9e7c2f3f9 |
EUC-JP | ?酊? | 00111111111011101100010000111111 | 3feec43f |
UTF-8 | 酊 | 111011101000101110101100111010011000010110001010111011101000101110101100 | ee8bace9858aee8bac |
UHC | ?酊? | 00111111111011111111100000111111 | 3feff83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)