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 | ?D????? | 00111111010001000011111100111111001111110011111100111111 | 3f443f3f3f3f3f |
SJIS-WIN | ?D????? | 00111111010001000011111100111111001111110011111100111111 | 3f443f3f3f3f3f |
EUC-JP | ?D????? | 00111111010001000011111100111111001111110011111100111111 | 3f443f3f3f3f3f |
UTF-8 | 첬D혦쩌청횑횠 | 11101100101100101010110001000100111011011001100010100110111011001010100110001100111011001011001010101101111011011001101010010001111011011001101010100000 | ecb2ac44ed98a6eca98cecb2aded9a91ed9aa0 |
UHC | 첬D혦쩌청횑횠 | 11000011101110100100010011000010100011101100001010111100110000111011101111000011100011001100001110011000 | c3ba44c28ec2bcc3bbc38cc398 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)