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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 逕琳 | 11100111100101001001011111010100 | e79497d4 |
EUC-JP | 逕琳 | 11101101111101001100111011010110 | edf4ced6 |
UTF-8 | 逕琳 | 111010011000000010010101111001111001000010110011 | e98095e790b3 |
UHC | 逕琳 | 11001100111011111101011111111011 | ccefd7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)