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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蕭件拾^ | 11100101010010101000110010001111100011110100010101011110 | e54a8c8f8f455e |
EUC-JP | 蕭件拾^ | 11101001101010111011011111101111101111011010011001011110 | e9abb7efbda65e |
UTF-8 | 蕭件拾^ | 11101000100101011010110111100100101110111011011011100110100010111011111001011110 | e895ade4bbb6e68bbe5e |
UHC | 蕭件拾^ | 11100001110010111100101111101100111000111010011001011110 | e1cbcbece3a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)