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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?瑙纜 | 0011111111100000111011011110001110011100 | 3fe0ede39c |
EUC-JP | ?瑙纜 | 0011111111100000111011111110010111111100 | 3fe0efe5fc |
UTF-8 | 렻瑙纜 | 111010111010000010111011111001111001000110011001111001111011101010011100 | eba0bbe79199e7ba9c |
UHC | 렻瑙纜 | 100011101100001111010010110001011101010110111111 | 8ec3d2c5d5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)