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 | 1000111110110000111110011111101101000010 | 8fb0f9fb42 |
SJIS-WIN | ?°??B | 001111111000000110001011001111110011111101000010 | 3f818b3f3f42 |
EUC-JP | ?°ùûB | 00111111101000011110101110001111101010111110001110001111101010111110010101000010 | 3fa1eb8fabe38fabe542 |
UTF-8 | °ùûB | 110000101000111111000010101100001100001110111001110000111011101101000010 | c28fc2b0c3b9c3bb42 |
UHC | ?°??B | 001111111010000111000110001111110011111101000010 | 3fa1c63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)