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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 爰?┠B | 111000001010011100111111100001001011010101000010 | e0a73f84b542 |
EUC-JP | 爰杻┠B | 1110000010101001100011111100001110100110101010001011011101000010 | e0a98fc3a6a8b742 |
UTF-8 | 爰杻┠B | 11100111100010001011000011100110100111011011101111100010100101001010000001000010 | e788b0e69dbbe294a042 |
UHC | 爰杻┠B | 11101010101110101101001011101110101001101011011101000010 | eabad2eea6b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)