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 | 逵ヲ逍單 | 11100111100111001010011011100111100101101001101001100100 | e79ca6e7969a64 |
EUC-JP | 逵ヲ逍單 | 1110110111111100100011101010011011101101111101101101001111000101 | edfc8ea6edf6d3c5 |
UTF-8 | 逵ヲ逍單 | 111010011000000010110101111011111011110110100110111010011000000010001101111001011001011010101110 | e980b5efbda6e9808de596ae |
UHC | 逵?逍單 | 11010000101100000011111111100001110011101101001110100100 | d0b03fe1ced3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)