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 | 謇シ邵械 | 11100110100010011011110011100111101110001000101001000010 | e689bce7b88a42 |
EUC-JP | 謇シ邵械 | 1110101111101001100011101011110011101110101110101011001110100011 | ebe98ebceebab3a3 |
UTF-8 | 謇シ邵械 | 111010001010110010000111111011111011110110111100111010011000001010110101111001101010001010110000 | e8ac87efbdbce982b5e6a2b0 |
UHC | ??邵械 | 001111110011111111100001110100001100110011111110 | 3f3fe1d0ccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)