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 | ÝƸ | 1000111011011101100011111100011010111000 | 8edd8fc6b8 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Ý?Ƹ | 0011111110001111101010101111001000111111100011111010100110100001100011111010001010110001 | 3f8faaf23f8fa9a18fa2b1 |
UTF-8 | ÝƸ | 11000010100011101100001110011101110000101000111111000011100001101100001010111000 | c28ec39dc28fc386c2b8 |
UHC | ???Ƹ | 00111111001111110011111110101000101000011010001010101100 | 3f3f3fa8a1a2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)