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 | 亥社? | 1000100011100101100011101101000000111111 | 88e58ed03f |
EUC-JP | 亥社? | 1011000011100111101111001101001000111111 | b0e7bcd23f |
UTF-8 | 亥社짚 | 111001001011101010100101111001111010010010111110111011001010011110011010 | e4baa5e7a4beeca79a |
UHC | 亥社짚 | 111110101010010011011110111001001100001010100100 | faa4dee4c2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)