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 | ?????w^ | 00111111001111110011111100111111001111110111011101011110 | 3f3f3f3f3f775e |
SJIS-WIN | 獻鬟崟幼盡w^ | 111000001101100111101001101000111001101110111110100101110110001111100001101101100111011101011110 | e0d9e9a39bbe9763e1b6775e |
EUC-JP | 獻鬟崟幼盡w^ | 111000001101101111110010101001011101011011000000110011011100010011100010101110000111011101011110 | e0dbf2a5d6c0cdc4e2b8775e |
UTF-8 | 獻鬟崟幼盡w^ | 1110011110001101101110111110100110101100100111111110010110110100100111111110010110111001101111001110011110011011101000010111011101011110 | e78dbbe9ac9fe5b49fe5b9bce79ba1775e |
UHC | 獻??幼盡w^ | 11111010110011000011111100111111111010101110101011110010110101110111011101011110 | facc3f3feaeaf2d7775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)