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 | ???j^ | 0011111100111111001111110110101001011110 | 3f3f3f6a5e |
SJIS-WIN | 巽俗促j^ | 1001001001000110100100011010110110010001101000110110101001011110 | 924691ad91a36a5e |
EUC-JP | 巽俗促j^ | 1100001110100111110000101010111111000010101001010110101001011110 | c3a7c2afc2a56a5e |
UTF-8 | 巽俗促j^ | 1110010110110111101111011110010010111111100101111110010010111111100000110110101001011110 | e5b7bde4bf97e4bf836a5e |
UHC | 巽俗促j^ | 1110000111011110111000011101010011110101101101010110101001011110 | e1dee1d4f5b56a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)