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 | âîí¹üä^ | 11100010111011101110110110111001111111001110010001011110 | e2eeedb9fce45e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | âîí?üä^ | 1000111110101011101001001000111110101011110000101000111110101011101111110011111110001111101010111110010010001111101010111010001101011110 | 8faba48fabc28fabbf3f8fabe48faba35e |
UTF-8 | âîí¹üä^ | 11000011101000101100001110101110110000111010110111000010101110011100001110111100110000111010010001011110 | c3a2c3aec3adc2b9c3bcc3a45e |
UHC | ???¹??^ | 0011111100111111001111111010100111110110001111110011111101011110 | 3f3f3fa9f63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)