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 | 챤횗철짖횜횑 | 111011001011000110100100111011011001101010010111111011001011001010100000111011001010011110010110111011011001101010011100111011011001101010010001 | ecb1a4ed9a97ecb2a0eca796ed9a9ced9a91 |
UHC | 챤횗철짖횜횑 | 110000111010111011000011100100011100001110110110110000101010001011000011100101101100001110001100 | c3aec391c3b6c2a2c396c38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)