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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 證紺物^ | 11100110100110101000110110101110100101011010100001011110 | e69a8dae95a85e |
EUC-JP | 證紺物^ | 11101011111110101011101010110000110010101010101001011110 | ebfabab0caaa5e |
UTF-8 | 證紺物^ | 11101000101011011000100111100111101101001011101011100111100010011010100101011110 | e8ad89e7b4bae789a95e |
UHC | 證紺物^ | 11110001111110111100101011111010110110101010101001011110 | f1fbcafadaaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)