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 | ??????WF | 0011111100111111001111110011111100111111001111110101011101000110 | 3f3f3f3f3f3f5746 |
SJIS-WIN | ??ⅸ???WF | 001111110011111111111010010010000011111100111111001111110101011101000110 | 3f3ffa483f3f3f5746 |
EUC-JP | ??????WF | 0011111100111111001111110011111100111111001111110101011101000110 | 3f3f3f3f3f3f5746 |
UTF-8 | 렻ㅔⅸ렻┙렒WF | 1110101110100000101110111110001110000101100101001110001010000101101110001110101110100000101110111110001010010100100110011110101110100000100100100101011101000110 | eba0bbe38594e285b8eba0bbe29499eba0925746 |
UHC | 렻ㅔⅸ렻┙렒WF | 1000111011000011101001001100010010100101101010011000111011000011101001101100010010001110101001110101011101000110 | 8ec3a4c4a5a98ec3a6c48ea75746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)