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Í° | 1110001010110101010001111100110110110000 | e2b547cdb0 |
SJIS-WIN | ??G?° | 001111110011111101000111001111111000000110001011 | 3f3f473f818b |
EUC-JP | â?GÍ° | 10001111101010111010010000111111010001111000111110101010101111111010000111101011 | 8faba43f478faabfa1eb |
UTF-8 | âµGÍ° | 110000111010001011000010101101010100011111000011100011011100001010110000 | c3a2c2b547c38dc2b0 |
UHC | ??G?° | 001111110011111101000111001111111010000111000110 | 3f3f473fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)