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 | ?hLh?hL | 00111111011010000100110001101000001111110110100001001100 | 3f684c683f684c |
SJIS-WIN | 達hLh達hL | 100100100100001001101000010011000110100010010010010000100110100001001100 | 9242684c689242684c |
EUC-JP | 達hLh達hL | 110000111010001101101000010011000110100011000011101000110110100001001100 | c3a3684c68c3a3684c |
UTF-8 | 達hLh達hL | 1110100110000001100101000110100001001100011010001110100110000001100101000110100001001100 | e98194684c68e98194684c |
UHC | 達hLh達hL | 110100111011100101101000010011000110100011010011101110010110100001001100 | d3b9684c68d3b9684c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)