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 | ÔèÔèÍ | 1101010011101000110101001110100011001101 | d4e8d4e8cd |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ÔèÔèÍ | 100011111010101011010100100011111010101110110010100011111010101011010100100011111010101110110010100011111010101010111111 | 8faad48fabb28faad48fabb28faabf |
UTF-8 | ÔèÔèÍ | 11000011100101001100001110101000110000111001010011000011101010001100001110001101 | c394c3a8c394c3a8c38d |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)