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 | 盍畊盍畊^ | 111000011011001011100001010110001110000110110010111000010101100001011110 | e1b2e158e1b2e1585e |
EUC-JP | 盍畊盍畊^ | 111000101011010011100001101110011110001010110100111000011011100101011110 | e2b4e1b9e2b4e1b95e |
UTF-8 | 盍畊盍畊^ | 11100111100110111000110111100111100101011000101011100111100110111000110111100111100101011000101001011110 | e79b8de7958ae79b8de7958a5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)