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 | ??h??WB | 00111111001111110110100000111111001111110101011101000010 | 3f3f683f3f5742 |
SJIS-WIN | 駭?h駭?WB | 111010010110111000111111011010001110100101101110001111110101011101000010 | e96e3f68e96e3f5742 |
EUC-JP | 駭?h駭?WB | 111100011100111100111111011010001111000111001111001111110101011101000010 | f1cf3f68f1cf3f5742 |
UTF-8 | 駭렱h駭렱WB | 111010011010011110101101111010111010000010110001011010001110100110100111101011011110101110100000101100010101011101000010 | e9a7adeba0b168e9a7adeba0b15742 |
UHC | 駭렱h駭렱WB | 1111101010110100100011101011111001101000111110101011010010001110101111100101011101000010 | fab48ebe68fab48ebe5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)