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 | °÷û | 1000111110110000111101111111101110001111 | 8fb0f7fb8f |
SJIS-WIN | ?°÷?? | 00111111100000011000101110000001100000000011111100111111 | 3f818b81803f3f |
EUC-JP | ?°÷û? | 001111111010000111101011101000011110000010001111101010111110010100111111 | 3fa1eba1e08fabe53f |
UTF-8 | °÷û | 11000010100011111100001010110000110000111011011111000011101110111100001010001111 | c28fc2b0c3b7c3bbc28f |
UHC | ?°÷?? | 00111111101000011100011010100001110000000011111100111111 | 3fa1c6a1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)