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 | 慂靖 | 10011100110010001001011011110101 | 9cc896f5 |
EUC-JP | 慂靖 | 11011000110010101100110011110111 | d8caccf7 |
UTF-8 | 慂靖 | 111001101000010110000010111010011001110110010110 | e68582e99d96 |
UHC | 慂靖 | 11101001101111011110111111111110 | e9bdeffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)