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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | セュ鴆辞者c^ | 10111110101011011110100111101111100011101010101110001110110100100110001101011110 | beade9ef8eab8ed2635e |
EUC-JP | セュ鴆辞者c^ | 100011101011111010001110101011011111001011110001101111001010110110111100110101000110001101011110 | 8ebe8eadf2f1bcadbcd4635e |
UTF-8 | セュ鴆辞者c^ | 1110111110111101101111101110111110111101101011011110100110110100100001101110100010111110100111101110100010000000100001010110001101011110 | efbdbeefbdade9b486e8be9ee88085635e |
UHC | ????者c^ | 0011111100111111001111110011111111101101101110100110001101011110 | 3f3f3f3fedba635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)