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 | °÷ûB | 1000111110110000111101111111101101000010 | 8fb0f7fb42 |
SJIS-WIN | ?°÷?B | 00111111100000011000101110000001100000000011111101000010 | 3f818b81803f42 |
EUC-JP | ?°÷ûB | 001111111010000111101011101000011110000010001111101010111110010101000010 | 3fa1eba1e08fabe542 |
UTF-8 | °÷ûB | 110000101000111111000010101100001100001110110111110000111011101101000010 | c28fc2b0c3b7c3bb42 |
UHC | ?°÷?B | 00111111101000011100011010100001110000000011111101000010 | 3fa1c6a1c03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)