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 | 菫カ^ | 11100100101111111011011001011110 | e4bfb65e |
EUC-JP | 菫カ^ | 1110100011000001100011101011011001011110 | e8c18eb65e |
UTF-8 | 菫カ^ | 11101000100011111010101111101111101111011011011001011110 | e88fabefbdb65e |
UHC | 菫?^ | 11010000110010110011111101011110 | d0cb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)