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 | 鞐滄エ | 1110100011011110100111111110100110110100 | e8de9fe9b4 |
EUC-JP | 鞐滄エ | 111100001110000011011110111010111000111010110100 | f0e0deeb8eb4 |
UTF-8 | 鞐滄エ | 111010011001111010010000111001101011101110000100111011111011110110110100 | e99e90e6bb84efbdb4 |
UHC | ?滄? | 00111111111100111110011100111111 | 3ff3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)