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 | 搜??^ | 1001110101110010001111110011111101011110 | 9d723f3f5e |
EUC-JP | 搜??^ | 1101100111010011001111110011111101011110 | d9d33f3f5e |
UTF-8 | 搜럢꼅^ | 11100110100100001001110011101011100111111010001011101010101111001000010101011110 | e6909ceb9fa2eabc855e |
UHC | 搜럢꼅^ | 11100010101001001000111010000101100001000101101001011110 | e2a48e85845a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)