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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 怜掵怜掉^ | 100101111110010110011101011111011001011111100101100111010111101101011110 | 97e59d7d97e59d7b5e |
EUC-JP | 怜掵怜掉^ | 110011101110011111011001110111101100111011100111110110011101110001011110 | cee7d9decee7d9dc5e |
UTF-8 | 怜掵怜掉^ | 11100110100000001001110011100110100011101011010111100110100000001001110011100110100011101000100101011110 | e6809ce68eb5e6809ce68e895e |
UHC | 怜?怜掉^ | 1101011010111011001111111101011010111011110100111111110001011110 | d6bb3fd6bbd3fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)