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?? | 00111111001111110011111100111111010010010011111100111111 | 3f3f3f3f493f3f |
SJIS-WIN | ????I?? | 00111111001111110011111100111111010010010011111100111111 | 3f3f3f3f493f3f |
EUC-JP | ????I?? | 00111111001111110011111100111111010010010011111100111111 | 3f3f3f3f493f3f |
UTF-8 | 혧횧횏첬I챈횦 | 11101101100110001010011111101101100110101010011111101101100110101000111111101100101100101010110001001001111011001011000110001000111011011001101010100110 | ed98a7ed9aa7ed9a8fecb2ac49ecb188ed9aa6 |
UHC | 혧횧횏첬I챈횦 | 11000010100011111100001110011110110000111000101111000011101110100100100111000011101001101100001110011101 | c28fc39ec38bc3ba49c3a6c39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)