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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 憶???猥 | 10001001101011110011111100111111001111111110000011001110 | 89af3f3f3fe0ce |
EUC-JP | 憶???猥 | 10110010101100010011111100111111001111111110000011010000 | b2b13f3f3fe0d0 |
UTF-8 | 憶귂됯강猥 | 111001101000011010110110111010101011011110000010111010111001000010101111111010101011000010010101111001111000110010100101 | e686b6eab782eb90afeab095e78ca5 |
UHC | 憶귂됯강猥 | 11100101111000111000001011010001100010011110101010110000101011011110100011100101 | e5e382d189eab0ade8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)