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 | è±å°] | 11101000100001001011000111100101101100001000101001011101 | e884b1e5b08a5d |
SJIS-WIN | ??±?°?] | 001111110011111110000001011111010011111110000001100010110011111101011101 | 3f3f817d3f818b3f5d |
EUC-JP | ��] | 10001111101010111011001000111111101000011101111010001111101010111010100110100001111010110011111101011101 | 8fabb23fa1de8faba9a1eb3f5d |
UTF-8 | è±å°] | 11000011101010001100001010000100110000101011000111000011101001011100001010110000110000101000101001011101 | c3a8c284c2b1c3a5c2b0c28a5d |
UHC | ??±?°?] | 001111110011111110100001101111100011111110100001110001100011111101011101 | 3f3fa1be3fa1c63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)