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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 摯矮摯矮^ | 100111011001010111100001111000101001110110010101111000011110001001011110 | 9d95e1e29d95e1e25e |
EUC-JP | 摯矮摯矮^ | 110110011111010111100010111001001101100111110101111000101110010001011110 | d9f5e2e4d9f5e2e45e |
UTF-8 | 摯矮摯矮^ | 11100110100100011010111111100111100111111010111011100110100100011010111111100111100111111010111001011110 | e691afe79faee691afe79fae5e |
UHC | 摯矮摯矮^ | 111100101010011111101000111000011111001010100111111010001110000101011110 | f2a7e8e1f2a7e8e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)