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 | ?°? | 001111111011000000111111 | 3fb03f |
SJIS-WIN | 羶°; | 111000111011110110000001100010111000000101000111 | e3bd818b8147 |
EUC-JP | 羶°; | 111001101011111110100001111010111010000110101000 | e6bfa1eba1a8 |
UTF-8 | 羶°; | 1110011110111110101101101100001010110000111011111011110010011011 | e7beb6c2b0efbc9b |
UHC | ?°; | 0011111110100001110001101010001110111011 | 3fa1c6a3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)