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 | çοì\ | 111001111000110110000100110011101011111111101100100010101001110101011100 | e78d84cebfec8a9d5c |
SJIS-WIN | ????????\ | 001111110011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f3f5c |
EUC-JP | ç??οì??\ | 1000111110101011101011100011111100111111100011111010101011000010100011111010001011000100100011111010101111000000001111110011111101011100 | 8fabae3f3f8faac28fa2c48fabc03f3f5c |
UTF-8 | çοì\ | 1100001110100111110000101000110111000010100001001100001110001110110000101011111111000011101011001100001010001010110000101001110101011100 | c3a7c28dc284c38ec2bfc3acc28ac29d5c |
UHC | ????¿???\ | 00111111001111110011111100111111101000101010111100111111001111110011111101011100 | 3f3f3f3fa2af3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)