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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襤俄昆 | 111001100100000110001001111000101000110110101001 | e64189e28da9 |
EUC-JP | 襤俄昆 | 111010111010001010110010111001001011101010101011 | eba2b2e4baab |
UTF-8 | 襤俄昆 | 111010001010010110100100111001001011111110000100111001101001100010000110 | e8a5a4e4bf84e69886 |
UHC | 襤俄昆 | 110101011100000111100100101011011100110111100000 | d5c1e4adcde0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)