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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 游??] | 1001111111100000001111110011111101011101 | 9fe03f3f5d |
EUC-JP | 游??] | 1101111011100010001111110011111101011101 | dee23f3f5d |
UTF-8 | 游재쨀] | 11100110101110001011100011101100100111101010110011101100101010001000000001011101 | e6b8b8ec9eaceca8805d |
UHC | 游재쨀] | 11101010111111011100000011100111110000101011001101011101 | eafdc0e7c2b35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)