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 | ??\?? | 0011111100111111010111000011111100111111 | 3f3f5c3f3f |
SJIS-WIN | □?\?} | 10000001101000000011111101011100001111111000000101110000 | 81a03f5c3f8170 |
EUC-JP | □?\?} | 10100010101000100011111101011100001111111010000111010001 | a2a23f5c3fa1d1 |
UTF-8 | □▩\룶} | 11100010100101101010000111100010100101101010100101011100111010111010001110110110111011111011110110011101 | e296a1e296a95ceba3b6efbd9d |
UHC | □▩\룶} | 101000011110000010100010110011000101110010001111101010111010001111111101 | a1e0a2cc5c8faba3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)