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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 社[社[^ | 10001110110100000101101110001110110100000101101101011110 | 8ed05b8ed05b5e |
EUC-JP | 社[社[^ | 10111100110100100101101110111100110100100101101101011110 | bcd25bbcd25b5e |
UTF-8 | 社[社[^ | 111001111010010010111110010110111110011110100100101111100101101101011110 | e7a4be5be7a4be5b5e |
UHC | 社[社[^ | 11011110111001000101101111011110111001000101101101011110 | dee45bdee45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)