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 | û¡î®P | 11111011101000011001011111101110100000101010111001010000 | fba197ee82ae50 |
SJIS-WIN | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
EUC-JP | û¡?î?®P | 100011111010101111100101100011111010001011000010001111111000111110101011110000100011111110001111101000101110111001010000 | 8fabe58fa2c23f8fabc23f8fa2ee50 |
UTF-8 | û¡î®P | 11000011101110111100001010100001110000101001011111000011101011101100001010000010110000101010111001010000 | c3bbc2a1c297c3aec282c2ae50 |
UHC | ?¡???®P | 001111111010001010101110001111110011111100111111101000101110011101010000 | 3fa2ae3f3f3fa2e750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)