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 | 幸【幸【^ | 100011010100101110000001011110011000110101001011100000010111100101011110 | 8d4b81798d4b81795e |
EUC-JP | 幸【幸【^ | 101110011010110010100001110110101011100110101100101000011101101001011110 | b9aca1dab9aca1da5e |
UTF-8 | 幸【幸【^ | 11100101101110011011100011100011100000001001000011100101101110011011100011100011100000001001000001011110 | e5b9b8e38090e5b9b8e380905e |
UHC | 幸【幸【^ | 111110101011100110100001101111001111101010111001101000011011110001011110 | fab9a1bcfab9a1bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)