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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒟懶スカ韲 | 1110010011100101100111001110111110111101101101101110100011101100 | e4e59cefbdb6e8ec |
EUC-JP | 蒟懶スカ韲 | 11101000111001111101100011110001100011101011110110001110101101101111000011101110 | e8e7d8f18ebd8eb6f0ee |
UTF-8 | 蒟懶スカ韲 | 111010001001001010011111111001101000011110110110111011111011110110111101111011111011110110110110111010011001111110110010 | e8929fe687b6efbdbdefbdb6e99fb2 |
UHC | ?懶??? | 001111111101010011111011001111110011111100111111 | 3fd4fb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)