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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 宍湿宍湿^ | 11110010111001011000111010110011100011101011110011110010111001011000111010110011100011101011110001011110 | f2e58eb38ebcf2e58eb38ebc5e |
EUC-JP | ?宍湿?宍湿^ | 0011111110111100101101011011110010111110001111111011110010110101101111001011111001011110 | 3fbcb5bcbe3fbcb5bcbe5e |
UTF-8 | 宍湿宍湿^ | 11101110100010001001110011100101101011101000110111100110101110011011111111101110100010001001110011100101101011101000110111100110101110011011111101011110 | ee889ce5ae8de6b9bfee889ce5ae8de6b9bf5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)