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{^ | 100011111010110001100100011111011000111110101100011001000111101101011110 | 8fac647d8fac647b5e |
SJIS-WIN | ?¬d}?¬d{^ | 0011111110000001110010100110010001111101001111111000000111001010011001000111101101011110 | 3f81ca647d3f81ca647b5e |
EUC-JP | ?¬d}?¬d{^ | 0011111110100010110011000110010001111101001111111010001011001100011001000111101101011110 | 3fa2cc647d3fa2cc647b5e |
UTF-8 | ¬d}¬d{^ | 11000010100011111100001010101100011001000111110111000010100011111100001010101100011001000111101101011110 | c28fc2ac647dc28fc2ac647b5e |
UHC | ??d}??d{^ | 001111110011111101100100011111010011111100111111011001000111101101011110 | 3f3f647d3f3f647b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)