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 | 宍酌宍灼^ | 11110010111010111000111010110011100011101101111011110010111010111000111010110011100011101101110001011110 | f2eb8eb38edef2eb8eb38edc5e |
EUC-JP | ?宍酌?宍灼^ | 0011111110111100101101011011110011100000001111111011110010110101101111001101111001011110 | 3fbcb5bce03fbcb5bcde5e |
UTF-8 | 宍酌宍灼^ | 11101110100010001010001011100101101011101000110111101001100001011000110011101110100010001010001011100101101011101000110111100111100000011011110001011110 | ee88a2e5ae8de9858cee88a2e5ae8de781bc5e |
UHC | ??酌??灼^ | 001111110011111111101101110011000011111100111111111011011100011101011110 | 3f3fedcc3f3fedc75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)