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 | 辰丹^ | 11101000101111101011000011100100101110001011100101011110 | e8beb0e4b8b95e |
SJIS-WIN | ??°???^ | 0011111100111111100000011000101100111111001111110011111101011110 | 3f3f818b3f3f3f5e |
EUC-JP | ��^ | 1000111110101011101100100011111110100001111010111000111110101011101000111000111110100010101100010011111101011110 | 8fabb23fa1eb8faba38fa2b13f5e |
UTF-8 | 辰丹^ | 11000011101010001100001010111110110000101011000011000011101001001100001010111000110000101011100101011110 | c3a8c2bec2b0c3a4c2b8c2b95e |
UHC | ?¾°?¸¹^ | 0011111110101000111110101010000111000110001111111010001010101100101010011111011001011110 | 3fa8faa1c63fa2aca9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)