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 | °÷ûP | 1000111110110000111101111111101101010000 | 8fb0f7fb50 |
SJIS-WIN | ?°÷?P | 00111111100000011000101110000001100000000011111101010000 | 3f818b81803f50 |
EUC-JP | ?°÷ûP | 001111111010000111101011101000011110000010001111101010111110010101010000 | 3fa1eba1e08fabe550 |
UTF-8 | °÷ûP | 110000101000111111000010101100001100001110110111110000111011101101010000 | c28fc2b0c3b7c3bb50 |
UHC | ?°÷?P | 00111111101000011100011010100001110000000011111101010000 | 3fa1c6a1c03f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)