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 | @mDVG}B | 10010010010000000110110110010010010001000101011010010010010001110111110101000010 | 92406d92445692477d42 |
SJIS-WIN | ?@m?DV?G}B | 00111111010000000110110100111111010001000101011000111111010001110111110101000010 | 3f406d3f44563f477d42 |
EUC-JP | ?@m?DV?G}B | 00111111010000000110110100111111010001000101011000111111010001110111110101000010 | 3f406d3f44563f477d42 |
UTF-8 | @mDVG}B | 11000010100100100100000001101101110000101001001001000100010101101100001010010010010001110111110101000010 | c292406dc2924456c292477d42 |
UHC | ?@m?DV?G}B | 00111111010000000110110100111111010001000101011000111111010001110111110101000010 | 3f406d3f44563f477d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)