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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 靑ェョ | 111100011111101111111011111100101010101010101110 | f1fbfbf2aaae |
EUC-JP | ??ェョ | 001111110011111110001110101010101000111010101110 | 3f3f8eaa8eae |
UTF-8 | 靑ェョ | 111011101000010110110110111010011001110110010001111011111011110110101010111011111011110110101110 | ee85b6e99d91efbdaaefbdae |
UHC | ?靑?? | 0011111111110100111011000011111100111111 | 3ff4ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)