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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 莉・謐殖F | 1110010010111011101001011110011010001101100100000100001001000110 | e4bba5e68d904246 |
EUC-JP | 莉・謐殖F | 111010001011110110001110101001011110101111101101101111111010001101000110 | e8bd8ea5ebedbfa346 |
UTF-8 | 莉・謐殖F | 11101000100011101000100111101111101111011010010111101000101011001001000011100110101011101001011001000110 | e88e89efbda5e8ac90e6ae9646 |
UHC | 莉?謐殖F | 1101011111101001001111111101101011001101111000111101011001000110 | d7e93fdacde3d646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)