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 | 襤俄昆蕕 | 1110011001000001100010011110001010001101101010011110010101000011 | e64189e28da9e543 |
EUC-JP | 襤俄昆蕕 | 1110101110100010101100101110010010111010101010111110100110100100 | eba2b2e4baabe9a4 |
UTF-8 | 襤俄昆蕕 | 111010001010010110100100111001001011111110000100111001101001100010000110111010001001010110010101 | e8a5a4e4bf84e69886e89595 |
UHC | 襤俄昆? | 11010101110000011110010010101101110011011110000000111111 | d5c1e4adcde03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)