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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 題?提?粧?F | 10010001111010000011111110010010111100010011111110001111110011110011111101000110 | 91e83f92f13f8fcf3f46 |
EUC-JP | 題?提?粧?F | 11000010111010100011111111000100111100110011111110111110110100010011111101000110 | c2ea3fc4f33fbed13f46 |
UTF-8 | 題렍提렦粧렲F | 11101001101000011000110011101011101000001000110111100110100011111001000011101011101000001010011011100111101100101010011111101011101000001011001001000110 | e9a18ceba08de68f90eba0a6e7b2a7eba0b246 |
UHC | 題렍提렦粧렲F | 11110000101110011000111010100011111100001010101110001110101101011110110111110010100011101011111101000110 | f0b98ea3f0ab8eb5edf28ebf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)