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 | ?h?? | 00111111011010000011111100111111 | 3f683f3f |
SJIS-WIN | 但h辿続 | 10010010010000010110100010010010010010001001000110110001 | 924168924891b1 |
EUC-JP | 但h辿続 | 11000011101000100110100011000011101010011100001010110011 | c3a268c3a9c2b3 |
UTF-8 | 但h辿続 | 11100100101111011000011001101000111010001011111010111111111001111011011010011010 | e4bd8668e8bebfe7b69a |
UHC | 但h?? | 1101001110100011011010000011111100111111 | d3a3683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)