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 | 徠? | 100111000111000100111111 | 9c713f |
EUC-JP | 徠? | 110101111101001000111111 | d7d23f |
UTF-8 | 徠ㅻ | 111001011011111010100000111000111000010110111011 | e5bea0e385bb |
UHC | 徠ㅻ | 11010101110100001010010011101011 | d5d0a4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)