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 | °Þ | 100011111011000011011110 | 8fb0de |
SJIS-WIN | ?°? | 00111111100000011000101100111111 | 3f818b3f |
EUC-JP | ?°Þ | 001111111010000111101011100011111010100110110000 | 3fa1eb8fa9b0 |
UTF-8 | °Þ | 110000101000111111000010101100001100001110011110 | c28fc2b0c39e |
UHC | ?°Þ | 0011111110100001110001101010100010101101 | 3fa1c6a8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)