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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 荼逸酬F | 11100100101101101000100011101101100011110101011001000110 | e4b688ed8f5646 |
EUC-JP | 荼逸酬F | 11101000101110001011000011101111101111011011011101000110 | e8b8b0efbdb746 |
UTF-8 | 荼逸酬F | 11101000100011011011110011101001100000001011100011101001100001011010110001000110 | e88dbce980b8e985ac46 |
UHC | ?逸酬F | 001111111110110011101111111000101100011001000110 | 3fecefe2c646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)