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 | 繹繹^ | 1110001110001000111000111000100001011110 | e388e3885e |
EUC-JP | 繹繹^ | 1110010111101000111001011110100001011110 | e5e8e5e85e |
UTF-8 | 繹繹^ | 11100111101110011011100111100111101110011011100101011110 | e7b9b9e7b9b95e |
UHC | 繹繹^ | 1110011010111010111001101011101001011110 | e6bae6ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)