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ÑÉûV | 111110110101011011010001110010011111101101010110 | fb56d1c9fb56 |
SJIS-WIN | ?V???V | 001111110101011000111111001111110011111101010110 | 3f563f3f3f56 |
EUC-JP | ûVÑÉûV | 1000111110101011111001010101011010001111101010101101000010001111101010101011000110001111101010111110010101010110 | 8fabe5568faad08faab18fabe556 |
UTF-8 | ûVÑÉûV | 11000011101110110101011011000011100100011100001110001001110000111011101101010110 | c3bb56c391c389c3bb56 |
UHC | ?V???V | 001111110101011000111111001111110011111101010110 | 3f563f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)