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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???莎?^ | 00111111001111110011111111100100101100110011111101011110 | 3f3f3fe4b33f5e |
EUC-JP | ???莎?^ | 00111111001111110011111111101000101101010011111101011110 | 3f3f3fe8b53f5e |
UTF-8 | 롛뤁퍗莎깼^ | 11101011101000011001101111101011101001001000000111101101100011011001011111101000100011101000111011101010101110011011110001011110 | eba19beba481ed8d97e88e8eeab9bc5e |
UHC | 롛뤁퍗莎깼^ | 1000111011011111100011111011001010111011100011101101111011101101101100101010001101011110 | 8edf8fb2bb8edeedb2a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)