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 | r`B | 10001001011100100110000001000010 | 89726042 |
SJIS-WIN | ?r`B | 00111111011100100110000001000010 | 3f726042 |
EUC-JP | ?r`B | 00111111011100100110000001000010 | 3f726042 |
UTF-8 | r`B | 1100001010001001011100100110000001000010 | c289726042 |
UHC | ?r`B | 00111111011100100110000001000010 | 3f726042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)