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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 衲[衲[^ | 11100101110100110101101111100101110100110101101101011110 | e5d35be5d35b5e |
EUC-JP | 衲[衲[^ | 11101010110101010101101111101010110101010101101101011110 | ead55bead55b5e |
UTF-8 | 衲[衲[^ | 111010001010000110110010010110111110100010100001101100100101101101011110 | e8a1b25be8a1b25b5e |
UHC | 衲[衲[^ | 11010010101001000101101111010010101001000101101101011110 | d2a45bd2a45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)