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