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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 褻喜刎^ | 11100101111101101000101011101100100110011000011001011110 | e5f68aec99865e |
EUC-JP | 褻喜刎^ | 11101010111110001011010011101110110100011110011001011110 | eaf8b4eed1e65e |
UTF-8 | 褻喜刎^ | 11101000101001001011101111100101100101101001110011100101100010001000111001011110 | e8a4bbe5969ce5888e5e |
UHC | 褻喜刎^ | 11100000111000011111110111101100110110011111101101011110 | e0e1fdecd9fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)