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 | ?·?? | 00111111101101110011111100111111 | 3fb73f3f |
SJIS-WIN | ??審肋 | 001111110011111110010000010100101001100001011101 | 3f3f9052985d |
EUC-JP | ??審肋 | 001111110011111110111111101100111100111110111110 | 3f3fbfb3cfbe |
UTF-8 | 뤚·審肋 | 1110101110100100100110101100001010110111111001011010111110101001111010001000001010001011 | eba49ac2b7e5afa9e8828b |
UHC | 뤚·審肋 | 1000111111001001101000011010010011100011111110111101011111001110 | 8fc9a1a4e3fbd7ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)