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 | ?B?V?Y | 001111110100001000111111010101100011111101011001 | 3f423f563f59 |
SJIS-WIN | ?B?V?Y | 001111110100001000111111010101100011111101011001 | 3f423f563f59 |
EUC-JP | ?B?V?Y | 001111110100001000111111010101100011111101011001 | 3f423f563f59 |
UTF-8 | 혪B혪V혪Y | 111011011001100010101010010000101110110110011000101010100101011011101101100110001010101001011001 | ed98aa42ed98aa56ed98aa59 |
UHC | 혪B혪V혪Y | 110000101001001001000010110000101001001001010110110000101001001001011001 | c29242c29256c29259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)