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 | 챤횗철짖횑횒 | 111011001011000110100100111011011001101010010111111011001011001010100000111011001010011110010110111011011001101010010001111011011001101010010010 | ecb1a4ed9a97ecb2a0eca796ed9a91ed9a92 |
UHC | 챤횗철짖횑횒 | 110000111010111011000011100100011100001110110110110000101010001011000011100011001100001110001101 | c3aec391c3b6c2a2c38cc38d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)