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 | ?重莖 | 0011111110001111011001001110010010110001 | 3f8f64e4b1 |
EUC-JP | ?重莖 | 0011111110111101110001011110100010110011 | 3fbdc5e8b3 |
UTF-8 | 뤵重莖 | 111010111010010010110101111010011000011110001101111010001000111010010110 | eba4b5e9878de88e96 |
UHC | 뤵重莖 | 100011111110001111110001111011001100110011101100 | 8fe3f1ecccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)