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 | wà\ | 1000111101110111111000001001110001011100 | 8f77e09c5c |
SJIS-WIN | ?w??\ | 0011111101110111001111110011111101011100 | 3f773f3f5c |
EUC-JP | ?wà?\ | 00111111011101111000111110101011101000100011111101011100 | 3f778faba23f5c |
UTF-8 | wà\ | 1100001010001111011101111100001110100000110000101001110001011100 | c28f77c3a0c29c5c |
UHC | ?w??\ | 0011111101110111001111110011111101011100 | 3f773f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)