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 | BVYD | 1001001001000010100100100101011010010010010110011001001001000100 | 9242925692599244 |
| SJIS-WIN | ?B?V?Y?D | 0011111101000010001111110101011000111111010110010011111101000100 | 3f423f563f593f44 |
| EUC-JP | ?B?V?Y?D | 0011111101000010001111110101011000111111010110010011111101000100 | 3f423f563f593f44 |
| UTF-8 | BVYD | 110000101001001001000010110000101001001001010110110000101001001001011001110000101001001001000100 | c29242c29256c29259c29244 |
| UHC | ?B?V?Y?D | 0011111101000010001111110101011000111111010110010011111101000100 | 3f423f563f593f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)