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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鞜懈純^ | 11101000110111111001110011100110100011111000001101011110 | e8df9ce68f835e |
EUC-JP | 鞜懈純^ | 11110000111000011101100011101000101111011110001101011110 | f0e1d8e8bde35e |
UTF-8 | 鞜懈純^ | 11101001100111101001110011100110100001111000100011100111101101001001010001011110 | e99e9ce68788e7b4945e |
UHC | ?懈純^ | 001111111111101010101011111000101110110101011110 | 3ffaabe2ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)