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 | 跖⑤跖⑤^ | 111001101110100010000111010001001110011011101000100001110100010001011110 | e6e88744e6e887445e |
EUC-JP | 跖?跖?^ | 11101100111010100011111111101100111010100011111101011110 | ecea3fecea3f5e |
UTF-8 | 跖⑤跖⑤^ | 11101000101101111001011011100010100100011010010011101000101101111001011011100010100100011010010001011110 | e8b796e291a4e8b796e291a45e |
UHC | ?⑤?⑤^ | 00111111101010001110101100111111101010001110101101011110 | 3fa8eb3fa8eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)