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 | Àϳû±û^ | 11000000110011111011001111111011101100011111101101011110 | c0cfb3fbb1fb5e |
SJIS-WIN | ????±?^ | 0011111100111111001111110011111110000001011111010011111101011110 | 3f3f3f3f817d3f5e |
EUC-JP | ÀÏ?û±û^ | 10001111101010101010001010001111101010101100000100111111100011111010101111100101101000011101111010001111101010111110010101011110 | 8faaa28faac13f8fabe5a1de8fabe55e |
UTF-8 | Àϳû±û^ | 11000011100000001100001110001111110000101011001111000011101110111100001010110001110000111011101101011110 | c380c38fc2b3c3bbc2b1c3bb5e |
UHC | ??³?±?^ | 001111110011111110101001111110000011111110100001101111100011111101011110 | 3f3fa9f83fa1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)