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 | ?????I?? | 0011111100111111001111110011111100111111010010010011111100111111 | 3f3f3f3f3f493f3f |
SJIS-WIN | ?????I?? | 0011111100111111001111110011111100111111010010010011111100111111 | 3f3f3f3f3f493f3f |
EUC-JP | ?????I?? | 0011111100111111001111110011111100111111010010010011111100111111 | 3f3f3f3f3f493f3f |
UTF-8 | 혦횠혦쩔첬I혦횩 | 11101101100110001010011011101101100110101010000011101101100110001010011011101100101010011001010011101100101100101010110001001001111011011001100010100110111011011001101010101001 | ed98a6ed9aa0ed98a6eca994ecb2ac49ed98a6ed9aa9 |
UHC | 혦횠혦쩔첬I혦횩 | 110000101000111011000011100110001100001010001110110000101011111111000011101110100100100111000010100011101100001110011111 | c28ec398c28ec2bfc3ba49c28ec39f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)