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 | 菫代Η繞 | 1110010010111111100100011110001110000011101001011110001110000101 | e4bf91e383a5e385 |
EUC-JP | 菫代Η繞 | 1110100011000001110000101110010110100110101001111110010111100101 | e8c1c2e5a6a7e5e5 |
UTF-8 | 菫代Η繞 | 1110100010001111101010111110010010111011101000111100111010010111111001111011100110011110 | e88fabe4bba3ce97e7b99e |
UHC | 菫代Η繞 | 1101000011001011110100111101101110100101110001111110100110100100 | d0cbd3dba5c7e9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)