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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辱⑥?泣?? | 100100000100101010000111010001010011111110001011100000110011111100111111 | 904a87453f8b833f3f |
EUC-JP | 辱??泣?? | 1011111110101011001111110011111110110101111000110011111100111111 | bfab3f3fb5e33f3f |
UTF-8 | 辱⑥뮋泣먲쫪 | 111010001011111010110001111000101001000110100101111010111010111010001011111001101011001110100011111010111010100010110010111011001010101110101010 | e8beb1e291a5ebae8be6b3a3eba8b2ecabaa |
UHC | 辱⑥뮋泣먲쫪 | 111010011011010010101000111011001001001010011001111010111110100010010000111011111010011010000011 | e9b4a8ec9299ebe890efa683 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)