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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 隱咲部繞③F | 1110100010101010100011011110011110010101100101001110001110000101100001110100001001000110 | e8aa8de79594e385874246 |
EUC-JP | 隱咲部繞?F | 11110000101011001011101011101001110010011111010011100101111001010011111101000110 | f0acbae9c9f4e5e53f46 |
UTF-8 | 隱咲部繞③F | 11101001100110101011000111100101100100101011001011101001100000111010100011100111101110011001111011100010100100011010001001000110 | e99ab1e592b2e983a8e7b99ee291a246 |
UHC | 隱?部繞③F | 11101011110111110011111111011101101110111110100110100100101010001110100101000110 | ebdf3fddbbe9a4a8e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)