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 | ?]?eBF | 001111110101110100111111011001010100001001000110 | 3f5d3f654246 |
SJIS-WIN | ?]?eBF | 001111110101110100111111011001010100001001000110 | 3f5d3f654246 |
EUC-JP | ?]?eBF | 001111110101110100111111011001010100001001000110 | 3f5d3f654246 |
UTF-8 | 묭]묨eBF | 11101011101011001010110101011101111010111010110010101000011001010100001001000110 | ebacad5debaca8654246 |
UHC | 묭]묨eBF | 1001001001000100010111011001001001000001011001010100001001000110 | 92445d9241654246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)