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 | 永? | 100010010110100100111111 | 89693f |
EUC-JP | 永? | 101100011100101000111111 | b1ca3f |
UTF-8 | 永끧 | 111001101011000010111000111010111000000110100111 | e6b0b8eb81a7 |
UHC | 永끧 | 11100111101101011000010111010001 | e7b585d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)