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 | xöB | 10011010011110001001100011110110100111101001001001000010 | 9a7898f69e9242 |
SJIS-WIN | ?x????B | 00111111011110000011111100111111001111110011111101000010 | 3f783f3f3f3f42 |
EUC-JP | ?x?ö??B | 001111110111100000111111100011111010101111010011001111110011111101000010 | 3f783f8fabd33f3f42 |
UTF-8 | xöB | 110000101001101001111000110000101001100011000011101101101100001010011110110000101001001001000010 | c29a78c298c3b6c29ec29242 |
UHC | ?x????B | 00111111011110000011111100111111001111110011111101000010 | 3f783f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)