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 | ¿ó¿Ãe^ | 101111111111001110111111110000110110010101011110 | bff3bfc3655e |
SJIS-WIN | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | ¿ó¿Ãe^ | 1000111110100010110001001000111110101011110100011000111110100010110001001000111110101010101010100110010101011110 | 8fa2c48fabd18fa2c48faaaa655e |
UTF-8 | ¿ó¿Ãe^ | 11000010101111111100001110110011110000101011111111000011100000110110010101011110 | c2bfc3b3c2bfc383655e |
UHC | ¿?¿?e^ | 1010001010101111001111111010001010101111001111110110010101011110 | a2af3fa2af3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)