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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裼シ邵械 | 11100101111001111011110011100111101110001000101001000010 | e5e7bce7b88a42 |
EUC-JP | 裼シ邵械 | 1110101011101001100011101011110011101110101110101011001110100011 | eae98ebceebab3a3 |
UTF-8 | 裼シ邵械 | 111010001010001110111100111011111011110110111100111010011000001010110101111001101010001010110000 | e8a3bcefbdbce982b5e6a2b0 |
UHC | ??邵械 | 001111110011111111100001110100001100110011111110 | 3f3fe1d0ccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)