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 | Ûæ¹\ | 1001011011011011111001101011100101011100 | 96dbe6b95c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ?Ûæ?\ | 001111111000111110101010111001011000111110101001110000010011111101011100 | 3f8faae58fa9c13f5c |
UTF-8 | Ûæ¹\ | 110000101001011011000011100110111100001110100110110000101011100101011100 | c296c39bc3a6c2b95c |
UHC | ??æ¹\ | 00111111001111111010100110100001101010011111011001011100 | 3f3fa9a1a9f65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)