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 | ¾ÂÏH | 1011111011000010100011101100111101001000 | bec28ecf48 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | ?Â?ÏH | 001111111000111110101010101001000011111110001111101010101100000101001000 | 3f8faaa43f8faac148 |
UTF-8 | ¾ÂÏH | 110000101011111011000011100000101100001010001110110000111000111101001000 | c2bec382c28ec38f48 |
UHC | ¾???H | 101010001111101000111111001111110011111101001000 | a8fa3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)