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 | ï¼â²\ | 11101111101111001000100111100010100101101011001001011100 | efbc89e296b25c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ï??â??\ | 1000111110101011110000010011111100111111100011111010101110100100001111110011111101011100 | 8fabc13f3f8faba43f3f5c |
UTF-8 | ï¼â²\ | 11000011101011111100001010111100110000101000100111000011101000101100001010010110110000101011001001011100 | c3afc2bcc289c3a2c296c2b25c |
UHC | ?¼???²\ | 001111111010100011111001001111110011111100111111101010011111011101011100 | 3fa8f93f3f3fa9f75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)