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 | ׸ò® | 11010111101110001111001010101110 | d7b8f2ae |
SJIS-WIN | ×??? | 1000000101111110001111110011111100111111 | 817e3f3f3f |
EUC-JP | ׸ò® | 1010000111011111100011111010001010110001100011111010101111010010100011111010001011101110 | a1df8fa2b18fabd28fa2ee |
UTF-8 | ׸ò® | 1100001110010111110000101011100011000011101100101100001010101110 | c397c2b8c3b2c2ae |
UHC | ׸?® | 10100001101111111010001010101100001111111010001011100111 | a1bfa2ac3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)