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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 齋?D齋?D^ | 111000100101011000111111010001001110001001010110001111110100010001011110 | e2563f44e2563f445e |
EUC-JP | 齋?D齋?D^ | 111000111011011100111111010001001110001110110111001111110100010001011110 | e3b73f44e3b73f445e |
UTF-8 | 齋렧D齋렧D^ | 111010011011110110001011111010111010000010100111010001001110100110111101100010111110101110100000101001110100010001011110 | e9bd8beba0a744e9bd8beba0a7445e |
UHC | 齋렧D齋렧D^ | 1110111010110001100011101011011001000100111011101011000110001110101101100100010001011110 | eeb18eb644eeb18eb6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)