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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 速神 | 10010001101011001001000001011111 | 91ac905f |
EUC-JP | 速神 | 11000010101011101011111111000000 | c2aebfc0 |
UTF-8 | 速神 | 111010011000000010011111111001111010010110011110 | e9809fe7a59e |
UHC | 速神 | 11100001110111001110001111101010 | e1dce3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)