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¾ | 100110000110001110001101101111101000001010001011 | 98638dbe828b |
SJIS-WIN | ?c???? | 001111110110001100111111001111110011111100111111 | 3f633f3f3f3f |
EUC-JP | ?c???? | 001111110110001100111111001111110011111100111111 | 3f633f3f3f3f |
UTF-8 | c¾ | 1100001010011000011000111100001010001101110000101011111011000010100000101100001010001011 | c29863c28dc2bec282c28b |
UHC | ?c?¾?? | 00111111011000110011111110101000111110100011111100111111 | 3f633fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)