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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
EUC-JP | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
UTF-8 | 렻뗘매매렏F | 11101011101000001011101111101011100101111001100011101011101001111010010011101011101001111010010011101011101000001000111101000110 | eba0bbeb9798eba7a4eba7a4eba08f46 |
UHC | 렻뗘매매렏F | 1000111011000011101101101100010110111000110001011011100011000101100011101010010101000110 | 8ec3b6c5b8c5b8c58ea546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)