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 | 쨩횦횣쨉횎횑 | 111011001010100010101001111011011001101010100110111011011001101010100011111011001010100010001001111011011001101010001110111011011001101010010001 | eca8a9ed9aa6ed9aa3eca889ed9a8eed9a91 |
UHC | 쨩횦횣쨉횎횑 | 110000101011101111000011100111011100001110011010110000101011010111000011100010101100001110001100 | c2bbc39dc39ac2b5c38ac38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)