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 | 1011110010111111101100111101011101000111 | bcbfb3d747 |
SJIS-WIN | ???×G | 001111110011111100111111100000010111111001000111 | 3f3f3f817e47 |
EUC-JP | ?¿?×G | 0011111110001111101000101100010000111111101000011101111101000111 | 3f8fa2c43fa1df47 |
UTF-8 | ¼¿³×G | 110000101011110011000010101111111100001010110011110000111001011101000111 | c2bcc2bfc2b3c39747 |
UHC | ¼¿³×G | 101010001111100110100010101011111010100111111000101000011011111101000111 | a8f9a2afa9f8a1bf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)