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 | 丹è^ | 11100100101110001011100111101000100001111001001101011110 | e4b8b9e887935e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ä¸?è??^ | 10001111101010111010001110001111101000101011000100111111100011111010101110110010001111110011111101011110 | 8faba38fa2b13f8fabb23f3f5e |
UTF-8 | 丹è^ | 11000011101001001100001010111000110000101011100111000011101010001100001010000111110000101001001101011110 | c3a4c2b8c2b9c3a8c287c2935e |
UHC | ?¸¹???^ | 001111111010001010101100101010011111011000111111001111110011111101011110 | 3fa2aca9f63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)