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 | ¾Êò£ | 10111110110010101111001010100011 | becaf2a3 |
SJIS-WIN | ???£ | 0011111100111111001111111000000110010010 | 3f3f3f8192 |
EUC-JP | ?Êò£ | 001111111000111110101010101101001000111110101011110100101010000111110010 | 3f8faab48fabd2a1f2 |
UTF-8 | ¾Êò£ | 1100001010111110110000111000101011000011101100101100001010100011 | c2bec38ac3b2c2a3 |
UHC | ¾??? | 1010100011111010001111110011111100111111 | a8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)