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 | 淼哺^ | 1111101101000101100110100100110101011110 | fb459a4d5e |
EUC-JP | 淼哺^ | 100011111100011111100110110100111010111001011110 | 8fc7e6d3ae5e |
UTF-8 | 淼哺^ | 11100110101101111011110011100101100100111011101001011110 | e6b7bce593ba5e |
UHC | ?哺^ | 00111111111110001101010001011110 | 3ff8d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)