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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 첫횜창천횑쨍 | 111011001011001010101011111011011001101010011100111011001011000010111101111011001011001010011100111011011001101010010001111011001010100010001101 | ecb2abed9a9cecb0bdecb29ced9a91eca88d |
UHC | 첫횜창천횑쨍 | 110000111011100111000011100101101100001110100010110000111011010111000011100011001100001010111000 | c3b9c396c3a2c3b5c38cc2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)