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 | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-WIN | 逕ヲ轤、@ | 11100111100101001010011011100111100000101010010001000000 | e794a6e782a440 |
EUC-JP | 逕ヲ轤、@ | 111011011111010010001110101001101110110111100010100011101010010001000000 | edf48ea6ede28ea440 |
UTF-8 | 逕ヲ轤、@ | 11101001100000001001010111101111101111011010011011101000101111011010010011101111101111011010010001000000 | e98095efbda6e8bda4efbda440 |
UHC | 逕???@ | 110011001110111100111111001111110011111101000000 | ccef3f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)