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 | ¿¼»Ï¿£ | 101111111011110010111011110011111011111110100011 | bfbcbbcfbfa3 |
SJIS-WIN | ?????£ | 00111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f8192 |
EUC-JP | ¿??Ï¿£ | 10001111101000101100010000111111001111111000111110101010110000011000111110100010110001001010000111110010 | 8fa2c43f3f8faac18fa2c4a1f2 |
UTF-8 | ¿¼»Ï¿£ | 110000101011111111000010101111001100001010111011110000111000111111000010101111111100001010100011 | c2bfc2bcc2bbc38fc2bfc2a3 |
UHC | ¿¼??¿? | 101000101010111110101000111110010011111100111111101000101010111100111111 | a2afa8f93f3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)