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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 調峯?柚 | 10010010101100101001010111110101001111111001011101001101 | 92b295f53f974d |
EUC-JP | 調峯?柚 | 11000100101101001100101011110111001111111100110110101110 | c4b4caf73fcdae |
UTF-8 | 調峯캑柚 | 111010001010101010111111111001011011001110101111111011001011101010010001111001101001111110011010 | e8aabfe5b3afecba91e69f9a |
UHC | 調峯캑柚 | 1111000011100000110111001110011111000100101101001110101011110110 | f0e0dce7c4b4eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)