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 | 陷エ謨オ | 111010001001110010110100111001101001010110110101 | e89cb4e695b5 |
EUC-JP | 陷エ謨オ | 1110111111111100100011101011010011101011111101011000111010110101 | effc8eb4ebf58eb5 |
UTF-8 | 陷エ謨オ | 111010011001100110110111111011111011110110110100111010001010110010101000111011111011110110110101 | e999b7efbdb4e8aca8efbdb5 |
UHC | 陷?謨? | 111110011110100000111111110110011100100000111111 | f9e83fd9c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)