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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 豼夥ッアBF | 1110011010111111100110101110110010101111101100010100001001000110 | e6bf9aecafb14246 |
EUC-JP | 豼夥ッアBF | 11101100110000011101010011101110100011101010111110001110101100010100001001000110 | ecc1d4ee8eaf8eb14246 |
UTF-8 | 豼夥ッアBF | 1110100010110001101111001110010110100100101001011110111110111101101011111110111110111101101100010100001001000110 | e8b1bce5a4a5efbdafefbdb14246 |
UHC | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)