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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??蜘?^ | 001111110011111110010010011101110011111101011110 | 3f3f92773f5e |
EUC-JP | ??蜘?^ | 001111110011111111000011110110000011111101011110 | 3f3fc3d83f5e |
UTF-8 | 鱗렗蜘렫^ | 11101111101001111011001011101011101000001001011111101000100111001001100011101011101000001010101101011110 | efa7b2eba097e89c98eba0ab5e |
UHC | 鱗렗蜘렫^ | 111011001110011110001110101011001111001010111011100011101011100101011110 | ece78eacf2bb8eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)