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 | ????BB | 001111110011111100111111001111110100001001000010 | 3f3f3f3f4242 |
SJIS-WIN | ????BB | 001111110011111100111111001111110100001001000010 | 3f3f3f3f4242 |
EUC-JP | ????BB | 001111110011111100111111001111110100001001000010 | 3f3f3f3f4242 |
UTF-8 | 횜챤횩횧BB | 1110110110011010100111001110110010110001101001001110110110011010101010011110110110011010101001110100001001000010 | ed9a9cecb1a4ed9aa9ed9aa74242 |
UHC | 횜챤횩횧BB | 11000011100101101100001110101110110000111001111111000011100111100100001001000010 | c396c3aec39fc39e4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)