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 | 暲?蜘?^ | 11111010110111000011111110010010011101110011111101011110 | fadc3f92773f5e |
EUC-JP | 暲?蜘?^ | 1000111111000010110110110011111111000011110110000011111101011110 | 8fc2db3fc3d83f5e |
UTF-8 | 暲렗蜘렫^ | 11100110100110101011001011101011101000001001011111101000100111001001100011101011101000001010101101011110 | e69ab2eba097e89c98eba0ab5e |
UHC | 暲렗蜘렫^ | 111011011110011110001110101011001111001010111011100011101011100101011110 | ede78eacf2bb8eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)