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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 霑「謇狗擅^ | 11101000101111111010001011100110100010011000101111100111100111011010000101011110 | e8bfa2e6898be79da15e |
EUC-JP | 霑「謇狗擅^ | 1111000011000001100011101010001011101011111010011011011011101001110110101010001101011110 | f0c18ea2ebe9b6e9daa35e |
UTF-8 | 霑「謇狗擅^ | 11101001100111001001000111101111101111011010001011101000101011001000011111100111100010111001011111100110100100111000010101011110 | e99c91efbda2e8ac87e78b97e693855e |
UHC | 霑??狗擅^ | 111011111100010100111111001111111100111110110111111101001011101001011110 | efc53f3fcfb7f4ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)