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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 吾}吾{^ | 10001100111000010111110110001100111000010111101101011110 | 8ce17d8ce17b5e |
EUC-JP | 吾}吾{^ | 10111000111000110111110110111000111000110111101101011110 | b8e37db8e37b5e |
UTF-8 | 吾}吾{^ | 111001011001000010111110011111011110010110010000101111100111101101011110 | e590be7de590be7b5e |
UHC | 吾}吾{^ | 11100111111011100111110111100111111011100111101101011110 | e7ee7de7ee7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)