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 | ±åá | 1000111010110001100011111110010111100001 | 8eb18fe5e1 |
SJIS-WIN | ?±??? | 001111111000000101111101001111110011111100111111 | 3f817d3f3f3f |
EUC-JP | ?±?åá | 00111111101000011101111000111111100011111010101110101001100011111010101110100001 | 3fa1de3f8faba98faba1 |
UTF-8 | ±åá | 11000010100011101100001010110001110000101000111111000011101001011100001110100001 | c28ec2b1c28fc3a5c3a1 |
UHC | ?±??? | 001111111010000110111110001111110011111100111111 | 3fa1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)