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 | ?????H`^ | 0011111100111111001111110011111100111111010010000110000001011110 | 3f3f3f3f3f48605e |
SJIS-WIN | 乙??至?H`^ | 10001001101100110011111100111111100011101000101000111111010010000110000001011110 | 89b33f3f8e8a3f48605e |
EUC-JP | 乙??至?H`^ | 10110010101101010011111100111111101110111110101000111111010010000110000001011110 | b2b53f3fbbea3f48605e |
UTF-8 | 乙재헬至렭H`^ | 111001001011100110011001111011001001111010101100111011011001011110101100111010001000011110110011111010111010000010101101010010000110000001011110 | e4b999ec9eaced97ace887b3eba0ad48605e |
UHC | 乙재헬至렭H`^ | 11101011111000001100000011100111110001111110111111110010101110001000111010111010010010000110000001011110 | ebe0c0e7c7eff2b88eba48605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)