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 | è±å±B | 11101000100001001011000111100101101100011001111001000010 | e884b1e5b19e42 |
SJIS-WIN | ??±?±?B | 001111110011111110000001011111010011111110000001011111010011111101000010 | 3f3f817d3f817d3f42 |
EUC-JP | ��B | 10001111101010111011001000111111101000011101111010001111101010111010100110100001110111100011111101000010 | 8fabb23fa1de8faba9a1de3f42 |
UTF-8 | è±å±B | 11000011101010001100001010000100110000101011000111000011101001011100001010110001110000101001111001000010 | c3a8c284c2b1c3a5c2b1c29e42 |
UHC | ??±?±?B | 001111110011111110100001101111100011111110100001101111100011111101000010 | 3f3fa1be3fa1be3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)