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 | ?°? | 00111111100000011000101100111111 | 3f818b3f |
EUC-JP | ?°? | 00111111101000011110101100111111 | 3fa1eb3f |
UTF-8 | 뤻°╅ | 1110101110100100101110111100001010110000111000101001010110000101 | eba4bbc2b0e29585 |
UHC | 뤻°╅ | 100011111110100110100001110001101010011011011111 | 8fe9a1c6a6df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)