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 | °÷ûIJ | 100011111011000011110111111110111100010010110010 | 8fb0f7fbc4b2 |
SJIS-WIN | ?°÷??? | 0011111110000001100010111000000110000000001111110011111100111111 | 3f818b81803f3f3f |
EUC-JP | ?°÷ûÄ? | 001111111010000111101011101000011110000010001111101010111110010110001111101010101010001100111111 | 3fa1eba1e08fabe58faaa33f |
UTF-8 | °÷ûIJ | 110000101000111111000010101100001100001110110111110000111011101111000011100001001100001010110010 | c28fc2b0c3b7c3bbc384c2b2 |
UHC | ?°÷??² | 001111111010000111000110101000011100000000111111001111111010100111110111 | 3fa1c6a1c03f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)