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 | 忌? | 100010101111010100111111 | 8af53f |
EUC-JP | 忌? | 101101001111011100111111 | b4f73f |
UTF-8 | 忌끦 | 111001011011111110001100111010111000000110100110 | e5bf8ceb81a6 |
UHC | 忌끦 | 11010000111110111000010111010000 | d0fb85d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)