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 | 豼殄豼 | 111001101011111110011111011010001110011010111111 | e6bf9f68e6bf |
EUC-JP | 豼殄豼 | 111011001100000111011101110010011110110011000001 | ecc1ddc9ecc1 |
UTF-8 | 豼殄豼 | 111010001011000110111100111001101010111010000100111010001011000110111100 | e8b1bce6ae84e8b1bc |
UHC | ?殄? | 00111111111100101100111100111111 | 3ff2cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)