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 | ????f | 0011111100111111001111110011111101100110 | 3f3f3f3f66 |
SJIS-WIN | ?仇?券f | 00111111100010110111011100111111100011001001010001100110 | 3f8b773f8c9466 |
EUC-JP | ?仇艅券f | 001111111011010111011000100011111101011011111101101101111111010001100110 | 3fb5d88fd6fdb7f466 |
UTF-8 | 룶仇艅券f | 11101011101000111011011011100100101110111000011111101000100010011000010111100101100010001011100001100110 | eba3b6e4bb87e88985e588b866 |
UHC | 룶仇艅券f | 100011111010101111001110111110111110011010101001110011111110011101100110 | 8fabcefbe6a9cfe766 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)