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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 脱但竪巽^ | 100100100100010110010010010000011001001001000111100100100100011001011110 | 92459241924792465e |
EUC-JP | 脱但竪巽^ | 110000111010011011000011101000101100001110101000110000111010011101011110 | c3a6c3a2c3a8c3a75e |
UTF-8 | 脱但竪巽^ | 11101000100001001011000111100100101111011000011011100111101010111010101011100101101101111011110101011110 | e884b1e4bd86e7abaae5b7bd5e |
UHC | ?但竪巽^ | 0011111111010011101000111110001010110101111000011101111001011110 | 3fd3a3e2b5e1de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)