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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 羲悟集^ | 11100011101110101000110011100101100011110101011101011110 | e3ba8ce58f575e |
EUC-JP | 羲悟集^ | 11100110101111001011100011100111101111011011100001011110 | e6bcb8e7bdb85e |
UTF-8 | 羲悟集^ | 11100111101111101011001011100110100000101001111111101001100110111000011001011110 | e7beb2e6829fe99b865e |
UHC | 羲悟集^ | 11111101111111011110011111110110111100111010001001011110 | fdfde7f6f3a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)