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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 脱但竪巽c^ | 10010010010001011001001001000001100100100100011110010010010001100110001101011110 | 9245924192479246635e |
EUC-JP | 脱但竪巽c^ | 11000011101001101100001110100010110000111010100011000011101001110110001101011110 | c3a6c3a2c3a8c3a7635e |
UTF-8 | 脱但竪巽c^ | 1110100010000100101100011110010010111101100001101110011110101011101010101110010110110111101111010110001101011110 | e884b1e4bd86e7abaae5b7bd635e |
UHC | ?但竪巽c^ | 001111111101001110100011111000101011010111100001110111100110001101011110 | 3fd3a3e2b5e1de635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)