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 | ÂMÂGÂA | 110000101001001001001101110000101001001001000111110000101001001101000001 | c2924dc29247c29341 |
SJIS-WIN | ??M??G??A | 001111110011111101001101001111110011111101000111001111110011111101000001 | 3f3f4d3f3f473f3f41 |
EUC-JP | Â?MÂ?GÂ?A | 100011111010101010100100001111110100110110001111101010101010010000111111010001111000111110101010101001000011111101000001 | 8faaa43f4d8faaa43f478faaa43f41 |
UTF-8 | ÂMÂGÂA | 110000111000001011000010100100100100110111000011100000101100001010010010010001111100001110000010110000101001001101000001 | c382c2924dc382c29247c382c29341 |
UHC | ??M??G??A | 001111110011111101001101001111110011111101000111001111110011111101000001 | 3f3f4d3f3f473f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)