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 | 챗횩챨쨉횑쨍 | 111011001011000110010111111011011001101010101001111011001011000110101000111011001010100010001001111011011001101010010001111011001010100010001101 | ecb197ed9aa9ecb1a8eca889ed9a91eca88d |
UHC | 챗횩챨쨉횑쨍 | 110000111010101011000011100111111100001110110000110000101011010111000011100011001100001010111000 | c3aac39fc3b0c2b5c38cc2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)