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 | 00111111001111110011111100111111001111110101011101000110 | 3f3f3f3f3f5746 |
SJIS-WIN | ?領???WF | 0011111110010111110011000011111100111111001111110101011101000110 | 3f97cc3f3f3f5746 |
EUC-JP | ?領???WF | 0011111111001110110011100011111100111111001111110101011101000110 | 3fcece3f3f3f5746 |
UTF-8 | 렺領렗렻렒WF | 1110101110100000101110101110100110100000100110001110101110100000100101111110101110100000101110111110101110100000100100100101011101000110 | eba0bae9a098eba097eba0bbeba0925746 |
UHC | 렺領렗렻렒WF | 100011101100001011010110110001011000111010101100100011101100001110001110101001110101011101000110 | 8ec2d6c58eac8ec38ea75746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)