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 | 1110011110010001100111111110011110011001100001111110011110010100101001100110111001000010 | e7919fe79987e794a66e42 |
EUC-JP | 迹溽刧逕ヲnB | 111011011111000111011110111010011101000111100111111011011111010010001110101001100110111001000010 | edf1dee9d1e7edf48ea66e42 |
UTF-8 | 迹溽刧逕ヲnB | 1110100010111111101110011110011010111010101111011110010110001000101001111110100110000000100101011110111110111101101001100110111001000010 | e8bfb9e6babde588a7e98095efbda66e42 |
UHC | 迹??逕?nB | 111011101110100100111111001111111100110011101111001111110110111001000010 | eee93f3fccef3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)