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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?癰e | 0011111111100001100111101000001010000101 | 3fe19e8285 |
EUC-JP | ?癰e | 0011111111100001111111101010001111100101 | 3fe1fea3e5 |
UTF-8 | 횜癰e | 111011011001101010011100111001111001100110110000111011111011110110000101 | ed9a9ce799b0efbd85 |
UHC | 횜癰e | 110000111001011011101000101110011010001111100101 | c396e8b9a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)