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 | 顰ィ蜍滓燻 | 111010001111110010101000111001011000101110011111111001101110000010001110 | e8fca8e58b9fe6e08e |
EUC-JP | 顰ィ蜍滓燻 | 11110000111111101000111010101000111010011110101111011110111010001101111111101110 | f0fe8ea8e9ebdee8dfee |
UTF-8 | 顰ィ蜍滓燻 | 111010011010000110110000111011111011110110101000111010001001110010001101111001101011101110010011111001111000011110111011 | e9a1b0efbda8e89c8de6bb93e787bb |
UHC | ???滓燻 | 00111111001111110011111111101110101010111111110110111000 | 3f3f3feeabfdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)