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 | ݲ㿠| 10001110110111011000111010110010100011111110001110111111 | 8edd8eb28fe3bf |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?Ý???ã¿ | 00111111100011111010101011110010001111110011111100111111100011111010101110101010100011111010001011000100 | 3f8faaf23f3f3f8fabaa8fa2c4 |
UTF-8 | ݲ㿠| 1100001010001110110000111001110111000010100011101100001010110010110000101000111111000011101000111100001010111111 | c28ec39dc28ec2b2c28fc3a3c2bf |
UHC | ???²??¿ | 001111110011111100111111101010011111011100111111001111111010001010101111 | 3f3f3fa9f73f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)