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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 傴鬱}傴鬱{^ | 1001100011111011100111110101010001111101100110001111101110011111010101000111101101011110 | 98fb9f547d98fb9f547b5e |
EUC-JP | 傴鬱}傴鬱{^ | 1101000011111101110111011011010101111101110100001111110111011101101101010111101101011110 | d0fdddb57dd0fdddb57b5e |
UTF-8 | 傴鬱}傴鬱{^ | 111001011000001010110100111010011010110010110001011111011110010110000010101101001110100110101100101100010111101101011110 | e582b4e9acb17de582b4e9acb17b5e |
UHC | ?鬱}?鬱{^ | 001111111110101010100110011111010011111111101010101001100111101101011110 | 3feaa67d3feaa67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)