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 | 戝韋箋獵 | 1110011011000001111010001110100011100010101100111110000011011000 | e6c1e8e8e2b3e0d8 |
EUC-JP | 戝韋箋獵 | 1110110011000011111100001110101011100100101101011110000011011010 | ecc3f0eae4b5e0da |
UTF-8 | 戝韋箋獵 | 111001101000100010011101111010011001111110001011111001111010111010001011111001111000110110110101 | e6889de99f8be7ae8be78db5 |
UHC | ?韋箋獵 | 00111111111010101101111111101111101010001101011010110100 | 3feadfefa8d6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)