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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 賁?n}賁?n{^ | 1110011011001010001111110110111001111101111001101100101000111111011011100111101101011110 | e6ca3f6e7de6ca3f6e7b5e |
EUC-JP | 賁?n}賁?n{^ | 1110110011001100001111110110111001111101111011001100110000111111011011100111101101011110 | eccc3f6e7deccc3f6e7b5e |
UTF-8 | 賁쌜n}賁쌜n{^ | 1110100010110011100000011110110010001100100111000110111001111101111010001011001110000001111011001000110010011100011011100111101101011110 | e8b381ec8c9c6e7de8b381ec8c9c6e7b5e |
UHC | 賁쌜n}賁쌜n{^ | 11011101110100111011110111011011011011100111110111011101110100111011110111011011011011100111101101011110 | ddd3bddb6e7dddd3bddb6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)