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 | ñûÒí³×B | 11110001111110111101001011101101101100111101011101000010 | f1fbd2edb3d742 |
SJIS-WIN | ?????×B | 0011111100111111001111110011111100111111100000010111111001000010 | 3f3f3f3f3f817e42 |
EUC-JP | ñûÒí?×B | 10001111101010111101000010001111101010111110010110001111101010101101001010001111101010111011111100111111101000011101111101000010 | 8fabd08fabe58faad28fabbf3fa1df42 |
UTF-8 | ñûÒí³×B | 11000011101100011100001110111011110000111001001011000011101011011100001010110011110000111001011101000010 | c3b1c3bbc392c3adc2b3c39742 |
UHC | ????³×B | 001111110011111100111111001111111010100111111000101000011011111101000010 | 3f3f3f3fa9f8a1bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)