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 | 0011111100111111001111110011111101100101 | 3f3f3f3f65 |
SJIS-WIN | ??蜘?e | 001111110011111110010010011101110011111101100101 | 3f3f92773f65 |
EUC-JP | ??蜘?e | 001111110011111111000011110110000011111101100101 | 3f3fc3d83f65 |
UTF-8 | 痢렗蜘렲e | 11101111101001111010010111101011101000001001011111101000100111001001100011101011101000001011001001100101 | efa7a5eba097e89c98eba0b265 |
UHC | 痢렗蜘렲e | 111011001011100010001110101011001111001010111011100011101011111101100101 | ecb88eacf2bb8ebf65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)