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??B | 001111110011111101010110001111110011111101000010 | 3f3f563f3f42 |
SJIS-WIN | ??V??B | 001111110011111101010110001111110011111101000010 | 3f3f563f3f42 |
EUC-JP | ??V??B | 001111110011111101010110001111110011111101000010 | 3f3f563f3f42 |
UTF-8 | 횒횜V횣횜B | 1110110110011010100100101110110110011010100111000101011011101101100110101010001111101101100110101001110001000010 | ed9a92ed9a9c56ed9aa3ed9a9c42 |
UHC | 횒횜V횣횜B | 11000011100011011100001110010110010101101100001110011010110000111001011001000010 | c38dc39656c39ac39642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)