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 | ??b | 001111110011111101100010 | 3f3f62 |
SJIS-WIN | 但脱b | 1001001001000001100100100100010101100010 | 9241924562 |
EUC-JP | 但脱b | 1100001110100010110000111010011001100010 | c3a2c3a662 |
UTF-8 | 但脱b | 11100100101111011000011011101000100001001011000101100010 | e4bd86e884b162 |
UHC | 但?b | 11010011101000110011111101100010 | d3a33f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)