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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬩ェ遉シ豼ォ | 111010011010100110101010111001111010010010111100111001101011111110101011 | e9a9aae7a4bce6bfab |
EUC-JP | 鬩ェ遉シ豼ォ | 111100101010101110001110101010101110111010100110100011101011110011101100110000011000111010101011 | f2ab8eaaeea68ebcecc18eab |
UTF-8 | 鬩ェ遉シ豼ォ | 111010011010110010101001111011111011110110101010111010011000000110001001111011111011110110111100111010001011000110111100111011111011110110101011 | e9aca9efbdaae98189efbdbce8b1bcefbdab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)