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 | ?期?期^ | 00111111100010101111101000111111100010101111101001011110 | 3f8afa3f8afa5e |
EUC-JP | ?期?期^ | 00111111101101001111110000111111101101001111110001011110 | 3fb4fc3fb4fc5e |
UTF-8 | 掠期掠期^ | 11101111101001011011010111100110100111001001111111101111101001011011010111100110100111001001111101011110 | efa5b5e69c9fefa5b5e69c9f5e |
UHC | 掠期掠期^ | 111001011011000111010001101000101110010110110001110100011010001001011110 | e5b1d1a2e5b1d1a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)