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 | 1001001011000000100101001000010101000010 | 92c0948542 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?À??B | 00111111100011111010101010100010001111110011111101000010 | 3f8faaa23f3f42 |
UTF-8 | À B | 110000101001001011000011100000001100001010010100110000101000010101000010 | c292c380c294c28542 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)