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 | שש] | 1101011110101001110101111010100101011101 | d7a9d7a95d |
SJIS-WIN | ×?×?] | 10000001011111100011111110000001011111100011111101011101 | 817e3f817e3f5d |
EUC-JP | שש] | 1010000111011111100011111010001011101101101000011101111110001111101000101110110101011101 | a1df8fa2eda1df8fa2ed5d |
UTF-8 | שש] | 110000111001011111000010101010011100001110010111110000101010100101011101 | c397c2a9c397c2a95d |
UHC | ×?×?] | 10100001101111110011111110100001101111110011111101011101 | a1bf3fa1bf3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)