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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | セュ鴆辞篠F | 101111101010110111101001111011111000111010101011100011101100001001000110 | beade9ef8eab8ec246 |
EUC-JP | セュ鴆辞篠F | 1000111010111110100011101010110111110010111100011011110010101101101111001100010001000110 | 8ebe8eadf2f1bcadbcc446 |
UTF-8 | セュ鴆辞篠F | 11101111101111011011111011101111101111011010110111101001101101001000011011101000101111101001111011100111101011111010000001000110 | efbdbeefbdade9b486e8be9ee7afa046 |
UHC | ????篠F | 00111111001111110011111100111111111000011100011001000110 | 3f3f3f3fe1c646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)