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 | û²@çï¾ | 111110111011001010001111010000001110011110011111100101111110111110111110 | fbb28f40e79f97efbe |
SJIS-WIN | ???@????? | 001111110011111100111111010000000011111100111111001111110011111100111111 | 3f3f3f403f3f3f3f3f |
EUC-JP | û??@ç??ï? | 100011111010101111100101001111110011111101000000100011111010101110101110001111110011111110001111101010111100000100111111 | 8fabe53f3f408fabae3f3f8fabc13f |
UTF-8 | û²@çï¾ | 1100001110111011110000101011001011000010100011110100000011000011101001111100001010011111110000101001011111000011101011111100001010111110 | c3bbc2b2c28f40c3a7c29fc297c3afc2be |
UHC | ?²?@????¾ | 0011111110101001111101110011111101000000001111110011111100111111001111111010100011111010 | 3fa9f73f403f3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)