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 | ?E}?E{^ | 00111111010001010111110100111111010001010111101101011110 | 3f457d3f457b5e |
SJIS-WIN | 緝E}緝E{^ | 111000110110100001000101011111011110001101101000010001010111101101011110 | e368457de368457b5e |
EUC-JP | 緝E}緝E{^ | 111001011100100101000101011111011110010111001001010001010111101101011110 | e5c9457de5c9457b5e |
UTF-8 | 緝E}緝E{^ | 1110011110110111100111010100010101111101111001111011011110011101010001010111101101011110 | e7b79d457de7b79d457b5e |
UHC | 緝E}緝E{^ | 111100101111110101000101011111011111001011111101010001010111101101011110 | f2fd457df2fd457b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)