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 | ?¡?? | 00111111101000010011111100111111 | 3fa13f3f |
SJIS-WIN | ??●芯 | 001111110011111110000001100111001001000001100011 | 3f3f819c9063 |
EUC-JP | ?¡●芯 | 0011111110001111101000101100001010100001111111001011111111000100 | 3f8fa2c2a1fcbfc4 |
UTF-8 | 숑¡●芯 | 1110110010001000100100011100001010100001111000101001011110001111111010001000101010101111 | ec8891c2a1e2978fe88aaf |
UHC | 숑¡●芯 | 1011110011110101101000101010111010100001110111001110010010100101 | bcf5a2aea1dce4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)