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 | °÷ûß» | 100011111011000011110111111110111101111110111011 | 8fb0f7fbdfbb |
SJIS-WIN | ?°÷??? | 0011111110000001100010111000000110000000001111110011111100111111 | 3f818b81803f3f3f |
EUC-JP | ?°÷ûß? | 001111111010000111101011101000011110000010001111101010111110010110001111101010011100111000111111 | 3fa1eba1e08fabe58fa9ce3f |
UTF-8 | °÷ûß» | 110000101000111111000010101100001100001110110111110000111011101111000011100111111100001010111011 | c28fc2b0c3b7c3bbc39fc2bb |
UHC | ?°÷?ß? | 001111111010000111000110101000011100000000111111101010011010110000111111 | 3fa1c6a1c03fa9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)