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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顏搾ス・鈿 | 1110100011111000100011011110111110111101101001011110011111101101 | e8f88defbda5e7ed |
EUC-JP | 顏搾ス・鈿 | 11110000111110101011101011110001100011101011110110001110101001011110111011101111 | f0fabaf18ebd8ea5eeef |
UTF-8 | 顏搾ス・鈿 | 111010011010000110001111111001101001000010111110111011111011110110111101111011111011110110100101111010011000100010111111 | e9a18fe690beefbdbdefbda5e988bf |
UHC | ?搾??鈿 | 00111111111100111011011000111111001111111110111110101111 | 3ff3b63f3fefaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)