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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ古敕凝従 | 110000111000110011000011100111011100001110001011110000111000111101011101 | c38cc39dc38bc38f5d |
EUC-JP | テ古敕凝従 | 10001110110000111011100011000101110110101100010110110110110001011011110110111110 | 8ec3b8c5dac5b6c5bdbe |
UTF-8 | テ古敕凝従 | 111011111011111010000011111001011000111110100100111001101001010110010101111001011000011110011101111001011011111010010011 | efbe83e58fa4e69595e5879de5be93 |
UHC | ?古?凝? | 00111111110011011010111100111111111010111110101000111111 | 3fcdaf3febea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)