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 | À¹ÔÁG | 1100000010111001110101001100000101000111 | c0b9d4c147 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | À?ÔÁG | 1000111110101010101000100011111110001111101010101101010010001111101010101010000101000111 | 8faaa23f8faad48faaa147 |
UTF-8 | À¹ÔÁG | 110000111000000011000010101110011100001110010100110000111000000101000111 | c380c2b9c394c38147 |
UHC | ?¹??G | 001111111010100111110110001111110011111101000111 | 3fa9f63f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)