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 | 蔚蔚^ | 1000100101010101100010010101010101011110 | 895589555e |
EUC-JP | 蔚蔚^ | 1011000110110110101100011011011001011110 | b1b6b1b65e |
UTF-8 | 蔚蔚^ | 11101000100101001001101011101000100101001001101001011110 | e8949ae8949a5e |
UHC | 蔚蔚^ | 1110101010100101111010101010010101011110 | eaa5eaa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)