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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闌∝・ | 1110100010001100100000011110010110100101 | e88c81e5a5 |
EUC-JP | 闌∝・ | 111011111110110010100010111001111000111010100101 | efeca2e78ea5 |
UTF-8 | 闌∝・ | 111010011001011110001100111000101000100010011101111011111011110110100101 | e9978ce2889defbda5 |
UHC | ?∝? | 00111111101000011111000000111111 | 3fa1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)