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 | 鹹[鹹[^ | 11101010011000110101101111101010011000110101101101011110 | ea635bea635b5e |
EUC-JP | 鹹[鹹[^ | 11110011110001000101101111110011110001000101101101011110 | f3c45bf3c45b5e |
UTF-8 | 鹹[鹹[^ | 111010011011100110111001010110111110100110111001101110010101101101011110 | e9b9b95be9b9b95b5e |
UHC | 鹹[鹹[^ | 11111001111010010101101111111001111010010101101101011110 | f9e95bf9e95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)