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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?團?團^ | 00111111100110101010001100111111100110101010001101011110 | 3f9aa33f9aa35e |
EUC-JP | ?團?團^ | 00111111110101001010010100111111110101001010010101011110 | 3fd4a53fd4a55e |
UTF-8 | 燎團燎團^ | 11101111101001111000000011100101100111001001100011101111101001111000000011100101100111001001100001011110 | efa780e59c98efa780e59c985e |
UHC | 燎團燎團^ | 111010001111101111010011101001011110100011111011110100111010010101011110 | e8fbd3a5e8fbd3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)