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 | 殺é | 1110011010101110101110101110100110010110 | e6aebae996 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 殺é? | 10001111101010011100000110001111101000101110111010001111101000101110101110001111101010111011000100111111 | 8fa9c18fa2ee8fa2eb8fabb13f |
UTF-8 | 殺é | 11000011101001101100001010101110110000101011101011000011101010011100001010010110 | c3a6c2aec2bac3a9c296 |
UHC | 殺?? | 1010100110100001101000101110011110101000101011000011111100111111 | a9a1a2e7a8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)