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 | ??SB | 00111111001111110101001101000010 | 3f3f5342 |
SJIS-WIN | 魄ョSB | 1110100110101110101011100101001101000010 | e9aeae5342 |
EUC-JP | 魄ョSB | 111100101011000010001110101011100101001101000010 | f2b08eae5342 |
UTF-8 | 魄ョSB | 1110100110101101100001001110111110111101101011100101001101000010 | e9ad84efbdae5342 |
UHC | 魄?SB | 1101101111011110001111110101001101000010 | dbde3f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)