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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 炫竺^ | 1111101101010010100011101011000101011110 | fb528eb15e |
EUC-JP | 炫竺^ | 100011111100100111010011101111001011001101011110 | 8fc9d3bcb35e |
UTF-8 | 炫竺^ | 11100111100000101010101111100111101010111011101001011110 | e782abe7abba5e |
UHC | 炫竺^ | 1111101011011011111101011110011101011110 | fadbf5e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)