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 | Ì«ûc | 100100001100110010011111101010111111101101100011 | 90cc9fabfb63 |
SJIS-WIN | ?????c | 001111110011111100111111001111110011111101100011 | 3f3f3f3f3f63 |
EUC-JP | ?Ì??ûc | 00111111100011111010101011000000001111110011111110001111101010111110010101100011 | 3f8faac03f3f8fabe563 |
UTF-8 | Ì«ûc | 1100001010010000110000111000110011000010100111111100001010101011110000111011101101100011 | c290c38cc29fc2abc3bb63 |
UHC | ?????c | 001111110011111100111111001111110011111101100011 | 3f3f3f3f3f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)