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 | 101111101011001110001110110110010101110101001000 | beb38ed95d48 |
SJIS-WIN | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
EUC-JP | ???Ù]H | 0011111100111111001111111000111110101010111000110101110101001000 | 3f3f3f8faae35d48 |
UTF-8 | ¾³Ù]H | 11000010101111101100001010110011110000101000111011000011100110010101110101001000 | c2bec2b3c28ec3995d48 |
UHC | ¾³??]H | 1010100011111010101010011111100000111111001111110101110101001000 | a8faa9f83f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)