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 | ûVºéÍú^ | 11111011010101101011101011101001110011011111101001011110 | fb56bae9cdfa5e |
SJIS-WIN | ?V????^ | 00111111010101100011111100111111001111110011111101011110 | 3f563f3f3f3f5e |
EUC-JP | ûVºéÍú^ | 1000111110101011111001010101011010001111101000101110101110001111101010111011000110001111101010101011111110001111101010111110001001011110 | 8fabe5568fa2eb8fabb18faabf8fabe25e |
UTF-8 | ûVºéÍú^ | 110000111011101101010110110000101011101011000011101010011100001110001101110000111011101001011110 | c3bb56c2bac3a9c38dc3ba5e |
UHC | ?Vº???^ | 0011111101010110101010001010110000111111001111110011111101011110 | 3f56a8ac3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)