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 | ゚ワ伎襞^ | 11011111110111001000101011101010111001011111110001011110 | dfdc8aeae5fc5e |
EUC-JP | ゚ワ伎襞^ | 100011101101111110001110110111001011010011101100111010101111111001011110 | 8edf8edcb4eceafe5e |
UTF-8 | ゚ワ伎襞^ | 11101111101111101001111111101111101111101001110011100100101111001000111011101000101001011001111001011110 | efbe9fefbe9ce4bc8ee8a59e5e |
UHC | ??伎?^ | 001111110011111111010000111010110011111101011110 | 3f3fd0eb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)