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 | °÷ûÃ | 100011111011000011110111111110111000111111000011 | 8fb0f7fb8fc3 |
SJIS-WIN | ?°÷??? | 0011111110000001100010111000000110000000001111110011111100111111 | 3f818b81803f3f3f |
EUC-JP | ?°÷û?Ã | 001111111010000111101011101000011110000010001111101010111110010100111111100011111010101010101010 | 3fa1eba1e08fabe53f8faaaa |
UTF-8 | °÷ûÃ | 110000101000111111000010101100001100001110110111110000111011101111000010100011111100001110000011 | c28fc2b0c3b7c3bbc28fc383 |
UHC | ?°÷??? | 0011111110100001110001101010000111000000001111110011111100111111 | 3fa1c6a1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)