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 | 艱ш心繧 | 1110010010000101100001001000101010010000010100111110001110000010 | e485848a9053e382 |
EUC-JP | 艱ш心繧 | 1110011111100101101001111110101010111111101101001110010111100010 | e7e5a7eabfb4e5e2 |
UTF-8 | 艱ш心繧 | 1110100010001001101100011101000110001000111001011011111110000011111001111011100110100111 | e889b1d188e5bf83e7b9a7 |
UHC | 艱ш心? | 11001010110111101010110011101010111000111111110100111111 | cadeaceae3fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)