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 | ä} | 11100100011111011000101010000111 | e47d8a87 |
SJIS-WIN | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
EUC-JP | ä}?? | 100011111010101110100011011111010011111100111111 | 8faba37d3f3f |
UTF-8 | ä} | 11000011101001000111110111000010100010101100001010000111 | c3a47dc28ac287 |
UHC | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)