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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
EUC-JP | 沅????e^ | 100011111100011011101001001111110011111100111111001111110110010101011110 | 8fc6e93f3f3f3f655e |
UTF-8 | 沅룹갹李펥e^ | 1110011010110010100001011110101110100011101110011110101010110000101110011110111110100111101000011110110110001110101001010110010101011110 | e6b285eba3b9eab0b9efa7a1ed8ea5655e |
UHC | 沅룹갹李펥e^ | 111010101011011010110111111011001011000010111101111011001011000010111100011101010110010101011110 | eab6b7ecb0bdecb0bc75655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)