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 | ?F?????? | 0011111101000110001111110011111100111111001111110011111100111111 | 3f463f3f3f3f3f3f |
SJIS-WIN | ?F?????? | 0011111101000110001111110011111100111111001111110011111100111111 | 3f463f3f3f3f3f3f |
EUC-JP | ?F?????? | 0011111101000110001111110011111100111111001111110011111100111111 | 3f463f3f3f3f3f3f |
UTF-8 | 청F횆청첩짭챕챈 | 11101100101100101010110101000110111011011001101010000110111011001011001010101101111011001011001010101001111011001010011110101101111011001011000110010101111011001011000110001000 | ecb2ad46ed9a86ecb2adecb2a9eca7adecb195ecb188 |
UHC | 청F횆청첩짭챕챈 | 110000111011101101000110110000111000010011000011101110111100001110111000110000101010110011000011101010011100001110100110 | c3bb46c384c3bbc3b8c2acc3a9c3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)