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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 瀨ンシBF | 111110110101000011011101101111000100001001000110 | fb50ddbc4246 |
EUC-JP | ?ンシBF | 00111111100011101101110110001110101111000100001001000110 | 3f8edd8ebc4246 |
UTF-8 | 瀨ンシBF | 1110011110000000101010001110111110111110100111011110111110111101101111000100001001000110 | e780a8efbe9defbdbc4246 |
UHC | 瀨??BF | 110101101110111000111111001111110100001001000110 | d6ee3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)