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 | æ? | 1110011000111111 | e63f |
SJIS-WIN | ?- | 001111111000000101111100 | 3f817c |
EUC-JP | æ− | 1000111110101001110000011010000111011101 | 8fa9c1a1dd |
UTF-8 | æ− | 1100001110100110111000101000100010010010 | c3a6e28892 |
UHC | æ? | 101010011010000100111111 | a9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)