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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逋倡ソ械 | 11100111100110011001100011100111101111111000101001000010 | e79998e7bf8a42 |
EUC-JP | 逋倡ソ械 | 1110110111111001110100001110100110001110101111111011001110100011 | edf9d0e98ebfb3a3 |
UTF-8 | 逋倡ソ械 | 111010011000000010001011111001011000000010100001111011111011110110111111111001101010001010110000 | e9808be580a1efbdbfe6a2b0 |
UHC | 逋倡?械 | 11111000111001111111001111011011001111111100110011111110 | f8e7f3db3fccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)