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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 踟廰踟廰^ | 111001101111011110011100010011001110011011110111100111000100110001011110 | e6f79c4ce6f79c4c5e |
EUC-JP | 踟廰踟廰^ | 111011001111100111010111101011011110110011111001110101111010110101011110 | ecf9d7adecf9d7ad5e |
UTF-8 | 踟廰踟廰^ | 11101000101110001001111111100101101110111011000011101000101110001001111111100101101110111011000001011110 | e8b89fe5bbb0e8b89fe5bbb05e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)