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 | ÔÒûß» | 100011111101010011010010111110111101111110111011 | 8fd4d2fbdfbb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ÔÒûß? | 0011111110001111101010101101010010001111101010101101001010001111101010111110010110001111101010011100111000111111 | 3f8faad48faad28fabe58fa9ce3f |
UTF-8 | ÔÒûß» | 110000101000111111000011100101001100001110010010110000111011101111000011100111111100001010111011 | c28fc394c392c3bbc39fc2bb |
UHC | ????ß? | 00111111001111110011111100111111101010011010110000111111 | 3f3f3f3fa9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)