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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 巽即他D^ | 1001001001000110100100011010011010010001101111000100010001011110 | 924691a691bc445e |
EUC-JP | 巽即他D^ | 1100001110100111110000101010100011000010101111100100010001011110 | c3a7c2a8c2be445e |
UTF-8 | 巽即他D^ | 1110010110110111101111011110010110001101101100111110010010111011100101100100010001011110 | e5b7bde58db3e4bb96445e |
UHC | 巽?他D^ | 11100001110111100011111111110110111000100100010001011110 | e1de3ff6e2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)