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 | ?K?? | 00111111010010110011111100111111 | 3f4b3f3f |
SJIS-WIN | ?K檠ィ | 0011111101001011100111101111100110101000 | 3f4b9ef9a8 |
EUC-JP | 湗K檠ィ | 1000111111000111111110110100101111011100111110111000111010101000 | 8fc7fb4bdcfb8ea8 |
UTF-8 | 湗K檠ィ | 11100110101110011001011101001011111001101010101010100000111011111011110110101000 | e6b9974be6aaa0efbda8 |
UHC | ?K?? | 00111111010010110011111100111111 | 3f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)