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 | שڿ | 11010111101010011101101010111111 | d7a9dabf |
SJIS-WIN | ×??? | 1000000101111110001111110011111100111111 | 817e3f3f3f |
EUC-JP | שڿ | 1010000111011111100011111010001011101101100011111010101011100010100011111010001011000100 | a1df8fa2ed8faae28fa2c4 |
UTF-8 | שڿ | 1100001110010111110000101010100111000011100110101100001010111111 | c397c2a9c39ac2bf |
UHC | ×??¿ | 101000011011111100111111001111111010001010101111 | a1bf3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)