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 | テ佚甘古キ | 1100001110011000110000111000101011000011100011001100001110110111 | c398c38ac38cc3b7 |
EUC-JP | テ佚甘古キ | 10001110110000111101000011000101101101001100010110111000110001011000111010110111 | 8ec3d0c5b4c5b8c58eb7 |
UTF-8 | テ佚甘古キ | 111011111011111010000011111001001011110110011010111001111001010010011000111001011000111110100100111011111011110110110111 | efbe83e4bd9ae79498e58fa4efbdb7 |
UHC | ?佚甘古? | 0011111111101100111010101100101011110110110011011010111100111111 | 3feceacaf6cdaf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)