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 | 100011001010110010011110010111010011111101000110 | 8cac9e5d3f46 |
EUC-JP | 軒枉?F | 101110001010111011011011101111100011111101000110 | b8aedbbe3f46 |
UTF-8 | 軒枉뷽F | 11101000101110111001001011100110100111101000100111101011101101111011110101000110 | e8bb92e69e89ebb7bd46 |
UHC | 軒枉뷽F | 11111010110011011110100011011011100101010110101001000110 | facde8db956a46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)