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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | 跣溽刧踉ヲnB | 1110011011101111100111111110011110011001100001111110011011110010101001100110111001000010 | e6ef9fe79987e6f2a66e42 |
EUC-JP | 跣溽刧踉ヲnB | 111011001111000111011110111010011101000111100111111011001111010010001110101001100110111001000010 | ecf1dee9d1e7ecf48ea66e42 |
UTF-8 | 跣溽刧踉ヲnB | 1110100010110111101000111110011010111010101111011110010110001000101001111110100010111000100010011110111110111101101001100110111001000010 | e8b7a3e6babde588a7e8b889efbda66e42 |
UHC | 跣????nB | 1110000011010011001111110011111100111111001111110110111001000010 | e0d33f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)