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 | 淼滓 | 11111011010001011001111111100110 | fb459fe6 |
EUC-JP | 淼滓 | 1000111111000111111001101101111011101000 | 8fc7e6dee8 |
UTF-8 | 淼滓 | 111001101011011110111100111001101011101110010011 | e6b7bce6bb93 |
UHC | ?滓 | 001111111110111010101011 | 3feeab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)