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 | câ¿ | 100110000110001111100010101111111001010110010011 | 9863e2bf9593 |
SJIS-WIN | ?c???? | 001111110110001100111111001111110011111100111111 | 3f633f3f3f3f |
EUC-JP | ?câ¿?? | 00111111011000111000111110101011101001001000111110100010110001000011111100111111 | 3f638faba48fa2c43f3f |
UTF-8 | câ¿ | 1100001010011000011000111100001110100010110000101011111111000010100101011100001010010011 | c29863c3a2c2bfc295c293 |
UHC | ?c?¿?? | 00111111011000110011111110100010101011110011111100111111 | 3f633fa2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)