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 | 隱畷潮^ | 11101000101010101001001111101011100100101010101001011110 | e8aa93eb92aa5e |
EUC-JP | 隱畷潮^ | 11110000101011001100011011101101110001001010110001011110 | f0acc6edc4ac5e |
UTF-8 | 隱畷潮^ | 11101001100110101011000111100111100101011011011111100110101111011010111001011110 | e99ab1e795b7e6bdae5e |
UHC | 隱?潮^ | 111010111101111100111111111100001100110101011110 | ebdf3ff0cd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)