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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉚ー螟仙 | 11100111111101001011000011100101101001001001000011100101 | e7f4b0e5a490e5 |
EUC-JP | 鉚ー螟仙 | 1110111011110110100011101011000011101010101001101100000011100111 | eef68eb0eaa6c0e7 |
UTF-8 | 鉚ー螟仙 | 111010011000100110011010111011111011110110110000111010001001111010011111111001001011101110011001 | e9899aefbdb0e89e9fe4bb99 |
UHC | ??螟仙 | 001111110011111111011001101011011110000010111001 | 3f3fd9ade0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)