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 | 챤쨈체횁횑쨀 | 111011001011000110100100111011001010100010001000111011001011001010110100111011011001101010000001111011011001101010010001111011001010100010000000 | ecb1a4eca888ecb2b4ed9a81ed9a91eca880 |
UHC | 챤쨈체횁횑쨀 | 110000111010111011000010101101001100001110111100110000111000000111000011100011001100001010110011 | c3aec2b4c3bcc381c38cc2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)