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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襪究宛 | 111001100100001110001011100001101000100010110110 | e6438b8688b6 |
EUC-JP | 襪究宛 | 111010111010010010110101111001101011000010111000 | eba4b5e6b0b8 |
UTF-8 | 襪究宛 | 111010001010010110101010111001111010100110110110111001011010111010011011 | e8a5aae7a9b6e5ae9b |
UHC | 襪究宛 | 110110001100101011001111101111001110100011001000 | d8cacfbce8c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)