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 | 001111110101011000111111001111110011111101010110 | 3f563f3f3f56 |
SJIS-WIN | ?V???V | 001111110101011000111111001111110011111101010110 | 3f563f3f3f56 |
EUC-JP | ?V???V | 001111110101011000111111001111110011111101010110 | 3f563f3f3f56 |
UTF-8 | 혧V찼횑혧V | 1110110110011000101001110101011011101100101100001011110011101101100110101001000111101101100110001010011101010110 | ed98a756ecb0bced9a91ed98a756 |
UHC | 혧V찼횑혧V | 11000010100011110101011011000011101000011100001110001100110000101000111101010110 | c28f56c3a1c38cc28f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)