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 | 焄ヤ鰄ィ^ | 11111011010101001101010011101001110110001010100001011110 | fb54d4e9d8a85e |
EUC-JP | 焄ヤ鰄ィ^ | 10001111110010011110001110001110110101001111001011011010100011101010100001011110 | 8fc9e38ed4f2da8ea85e |
UTF-8 | 焄ヤ鰄ィ^ | 11100111100001001000010011101111101111101001010011101001101100001000010011101111101111011010100001011110 | e78484efbe94e9b084efbda85e |
UHC | 焄???^ | 111111011011011000111111001111110011111101011110 | fdb63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)