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 | 辰但竪孫^ | 100100100100001110010010010000011001001001000111100100011011011101011110 | 92439241924791b75e |
EUC-JP | 辰但竪孫^ | 110000111010010011000011101000101100001110101000110000101011100101011110 | c3a4c3a2c3a8c2b95e |
UTF-8 | 辰但竪孫^ | 11101000101111101011000011100100101111011000011011100111101010111010101011100101101011011010101101011110 | e8beb0e4bd86e7abaae5adab5e |
UHC | 辰但竪孫^ | 111100101110001111010011101000111110001010110101111000011101110101011110 | f2e3d3a3e2b5e1dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)