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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雋倡宍陲 | 1110100010110010100110001110011110001110101100111110100010100010 | e8b298e78eb3e8a2 |
EUC-JP | 雋倡宍陲 | 1111000010110100110100001110100110111100101101011111000010100100 | f0b4d0e9bcb5f0a4 |
UTF-8 | 雋倡宍陲 | 111010011001101110001011111001011000000010100001111001011010111010001101111010011001100110110010 | e99b8be580a1e5ae8de999b2 |
UHC | 雋倡?? | 111100011110011011110011110110110011111100111111 | f1e6f3db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)