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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??癰e | 001111110011111111100001100111101000001010000101 | 3f3fe19e8285 |
EUC-JP | ??癰e | 001111110011111111100001111111101010001111100101 | 3f3fe1fea3e5 |
UTF-8 | 횙짖癰e | 111011011001101010011001111011001010011110010110111001111001100110110000111011111011110110000101 | ed9a99eca796e799b0efbd85 |
UHC | 횙짖癰e | 1100001110010011110000101010001011101000101110011010001111100101 | c393c2a2e8b9a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)