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 | 脈熕 | 10010110101011001110000010010000 | 96ace090 |
EUC-JP | 脈熕 | 11001100101011101101111111110000 | ccaedff0 |
UTF-8 | 脈熕 | 111010001000010010001000111001111000011010010101 | e88488e78695 |
UHC | 脈? | 110110001110011000111111 | d8e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)