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 | ?H?? | 00111111010010000011111100111111 | 3f483f3f |
SJIS-WIN | 端H淡足 | 10010010010110110100100010010010010101111001000110101011 | 925b48925791ab |
EUC-JP | 端H淡足 | 11000011101111000100100011000011101110001100001010101101 | c3bc48c3b8c2ad |
UTF-8 | 端H淡足 | 11100111101010111010111101001000111001101011011110100001111010001011011010110011 | e7abaf48e6b7a1e8b6b3 |
UHC | 端H淡足 | 11010011101011100100100011010011101111111111000011101011 | d3ae48d3bff0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)