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 | 00111111001111110101111001000110 | 3f3f5e46 |
SJIS-WIN | 叩巽^F | 100100100100000010010010010001100101111001000110 | 924092465e46 |
EUC-JP | 叩巽^F | 110000111010000111000011101001110101111001000110 | c3a1c3a75e46 |
UTF-8 | 叩巽^F | 1110010110001111101010011110010110110111101111010101111001000110 | e58fa9e5b7bd5e46 |
UHC | 叩巽^F | 110011011011000011100001110111100101111001000110 | cdb0e1de5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)