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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 進???? | 100100000110100100111111001111110011111100111111 | 90693f3f3f3f |
EUC-JP | 進???? | 101111111100101000111111001111110011111100111111 | bfca3f3f3f3f |
UTF-8 | 進섞閱섭念 | 111010011000000010110010111011001000010010011110111010011001011010110001111011001000010010101101111011111010011010100011 | e980b2ec849ee996b1ec84adefa6a3 |
UHC | 進섞閱섭念 | 11110010111001001011110010101111111001101111001110111100101101111110011011110110 | f2e4bcafe6f3bcb7e6f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)