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 | ¡êÍ\ | 100011111100001010100001111010101100110101011100 | 8fc2a1eacd5c |
SJIS-WIN | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ?¡êÍ\ | 0011111110001111101010101010010010001111101000101100001010001111101010111011010010001111101010101011111101011100 | 3f8faaa48fa2c28fabb48faabf5c |
UTF-8 | ¡êÍ\ | 1100001010001111110000111000001011000010101000011100001110101010110000111000110101011100 | c28fc382c2a1c3aac38d5c |
UHC | ??¡??\ | 00111111001111111010001010101110001111110011111101011100 | 3f3fa2ae3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)