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 | °÷ûß»¹ | 10001111101100001111011111111011110111111011101110111001 | 8fb0f7fbdfbbb9 |
SJIS-WIN | ?°÷???? | 001111111000000110001011100000011000000000111111001111110011111100111111 | 3f818b81803f3f3f3f |
EUC-JP | ?°÷ûß?? | 00111111101000011110101110100001111000001000111110101011111001011000111110101001110011100011111100111111 | 3fa1eba1e08fabe58fa9ce3f3f |
UTF-8 | °÷ûß»¹ | 1100001010001111110000101011000011000011101101111100001110111011110000111001111111000010101110111100001010111001 | c28fc2b0c3b7c3bbc39fc2bbc2b9 |
UHC | ?°÷?ß?¹ | 0011111110100001110001101010000111000000001111111010100110101100001111111010100111110110 | 3fa1c6a1c03fa9ac3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)