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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 訃怨晃F | 11100110010111011000100110000101100011010101011101000110 | e65d89858d5746 |
EUC-JP | 訃怨晃F | 11101011101111101011000111100101101110011011100001000110 | ebbeb1e5b9b846 |
UTF-8 | 訃怨晃F | 11101000101010001000001111100110100000001010100011100110100110011000001101000110 | e8a883e680a8e6998346 |
UHC | 訃怨晃F | 11011101101101011110101010110011111111001100110001000110 | ddb5eab3fccc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)