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 | イ蛩イ蛔^ | 10110010111001010111110110110010111001010111101101011110 | b2e57db2e57b5e |
EUC-JP | イ蛩イ蛔^ | 100011101011001011101001110111101000111010110010111010011101110001011110 | 8eb2e9de8eb2e9dc5e |
UTF-8 | イ蛩イ蛔^ | 11101111101111011011001011101000100110111010100111101111101111011011001011101000100110111001010001011110 | efbdb2e89ba9efbdb2e89b945e |
UHC | ???蛔^ | 001111110011111100111111111111001110111001011110 | 3f3f3ffcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)