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¡DûH¡D^ | 111110110100100010100001010001001111101101001000101000010100010001011110 | fb48a144fb48a1445e |
SJIS-WIN | ?H?D?H?D^ | 001111110100100000111111010001000011111101001000001111110100010001011110 | 3f483f443f483f445e |
EUC-JP | ûH¡DûH¡D^ | 1000111110101011111001010100100010001111101000101100001001000100100011111010101111100101010010001000111110100010110000100100010001011110 | 8fabe5488fa2c2448fabe5488fa2c2445e |
UTF-8 | ûH¡DûH¡D^ | 11000011101110110100100011000010101000010100010011000011101110110100100011000010101000010100010001011110 | c3bb48c2a144c3bb48c2a1445e |
UHC | ?H¡D?H¡D^ | 0011111101001000101000101010111001000100001111110100100010100010101011100100010001011110 | 3f48a2ae443f48a2ae445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)