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??F | 001111110011111101010110001111110011111101000110 | 3f3f563f3f46 |
SJIS-WIN | ??V??F | 001111110011111101010110001111110011111101000110 | 3f3f563f3f46 |
EUC-JP | ??V??F | 001111110011111101010110001111110011111101000110 | 3f3f563f3f46 |
UTF-8 | 횂혬V횄쨘F | 1110110110011010100000101110110110011000101011000101011011101101100110101000010011101100101010001001100001000110 | ed9a82ed98ac56ed9a84eca89846 |
UHC | 횂혬V횄쨘F | 11000011100000101100001010010100010101101100001110000011110000101011101001000110 | c382c29456c383c2ba46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)