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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 瀁}瀁{^ | 11100000011001100111110111100000011001100111101101011110 | e0667de0667b5e |
EUC-JP | 瀁}瀁{^ | 11011111110001110111110111011111110001110111101101011110 | dfc77ddfc77b5e |
UTF-8 | 瀁}瀁{^ | 111001111000000010000001011111011110011110000000100000010111101101011110 | e780817de780817b5e |
UHC | 瀁}瀁{^ | 11100101110010000111110111100101110010000111101101011110 | e5c87de5c87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)