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 | ?D? | 001111110100010000111111 | 3f443f |
SJIS-WIN | ?D? | 001111110100010000111111 | 3f443f |
EUC-JP | ?D啞 | 0011111101000100100011111011010111100000 | 3f448fb5e0 |
UTF-8 | 뾳D啞 | 11101011101111101011001101000100111001011001010110011110 | ebbeb344e5959e |
UHC | 뾳D啞 | 1001011101110101010001001110010010101111 | 977544e4af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)