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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 曜??曜??^ | 100101110110101000111111001111111001011101101010001111110011111101011110 | 976a3f3f976a3f3f5e |
EUC-JP | 曜??曜??^ | 110011011100101100111111001111111100110111001011001111110011111101011110 | cdcb3f3fcdcb3f3f5e |
UTF-8 | 曜섋퓥曜섌텖^ | 11100110100110111001110011101100100001001000101111101101100100111010010111100110100110111001110011101100100001001000110011101101100001011001011001011110 | e69b9cec848bed93a5e69b9cec848ced85965e |
UHC | 曜섋퓥曜섌텖^ | 11101000111110001001100011101000101111111000111011101000111110001001100011101001101101101000111101011110 | e8f898e8bf8ee8f898e9b68f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)