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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褸イ竇ア | 111001011111100010110010111000101000010110110001 | e5f8b2e285b1 |
EUC-JP | 褸イ竇ア | 1110101011111010100011101011001011100011111001011000111010110001 | eafa8eb2e3e58eb1 |
UTF-8 | 褸イ竇ア | 111010001010010010111000111011111011110110110010111001111010101110000111111011111011110110110001 | e8a4b8efbdb2e7ab87efbdb1 |
UHC | 褸?竇? | 110101111010111000111111110101001110010000111111 | d7ae3fd4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)