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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 盧箍鬨 | 111000011011100011100010101100001110100110101000 | e1b8e2b0e9a8 |
EUC-JP | 盧箍鬨 | 111000101011101011100100101100101111001010101010 | e2bae4b2f2aa |
UTF-8 | 盧箍鬨 | 111001111001101110100111111001111010111010001101111010011010110010101000 | e79ba7e7ae8de9aca8 |
UHC | 盧?? | 11010110110101000011111100111111 | d6d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)