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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 驪慕粟^ | 11101001100010111001010111100111100010001011111001011110 | e98b95e788be5e |
EUC-JP | 驪慕粟^ | 11110001111010111100101011101001101100001100000001011110 | f1ebcae9b0c05e |
UTF-8 | 驪慕粟^ | 11101001101010011010101011100110100001011001010111100111101100101001111101011110 | e9a9aae68595e7b29f5e |
UHC | 驪慕粟^ | 11010101111100011101100110110111111000011101100001011110 | d5f1d9b7e1d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)