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 | 淼)^ | 1111101101000101100000010110101001011110 | fb45816a5e |
EUC-JP | 淼)^ | 100011111100011111100110101000011100101101011110 | 8fc7e6a1cb5e |
UTF-8 | 淼)^ | 11100110101101111011110011101111101111001000100101011110 | e6b7bcefbc895e |
UHC | ?)^ | 00111111101000111010100101011110 | 3fa3a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)